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