summaryrefslogtreecommitdiff
path: root/click/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'click/Makefile')
-rw-r--r--click/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/click/Makefile b/click/Makefile
index d226f5c..438f14a 100644
--- a/click/Makefile
+++ b/click/Makefile
@@ -1,11 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=click
+PKG_VERSION:=6.7
PKG_RELEASE:=1
-PKG_SOURCE_URL:=https://github.com/pallets/click.git
+PKG_SOURCE_URL:=https://github.com/pallets/click/archive/$(PKG_VERSION)/
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_MDSUM:=fc4cc00c4863833230d3af92af48abd4
PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>
-include $(TOPDIR)/package/autopkg-tag.mk
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python3-package.mk)