summaryrefslogtreecommitdiff
path: root/bigclown-firmware-tool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bigclown-firmware-tool/Makefile')
-rw-r--r--bigclown-firmware-tool/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/bigclown-firmware-tool/Makefile b/bigclown-firmware-tool/Makefile
index f6fdb0a..177702a 100644
--- a/bigclown-firmware-tool/Makefile
+++ b/bigclown-firmware-tool/Makefile
@@ -5,11 +5,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bigclown-firmware-tool
-PKG_VERSION:=1.7.0
+PKG_VERSION:=1.8.1
PKG_RELEASE:=1
PYPI_NAME:=bcf
-PKG_HASH:=cf7ceabfa7377957391f71b4dff884d54943993944bfe1b96eccee4f67ce85ac
+PKG_HASH:=e88c5f83bc76f2943c7fae140c408c6a7aba315eb1fdbd1fa3b07be23a1d433d
PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>
PKG_LICENSE:=MIT
@@ -33,7 +33,8 @@ define Package/bigclown-firmware-tool
+python3-schema \
+python3-requests \
+python3-click \
- +python3-intelhex
+ +python3-intelhex \
+ +python3-pyftdi
endef
$(eval $(call Py3Package,bigclown-firmware-tool))