From: Josef Schlehofer Date: Mon, 5 Oct 2020 16:33:16 +0000 (+0200) Subject: click: update to version 7.1.2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3f16a05d7ffb7623405a7f531d998081fbffa3bf;p=openwrt-packages.git click: update to version 7.1.2 Developers of click decided to change their tarball, so it does no longer contains capital C and because of that, we can throw PYPI_SOURCE_NAME. Signed-off-by: Josef Schlehofer --- diff --git a/lang/python/click/Makefile b/lang/python/click/Makefile index fff235d8c..97c6307bf 100644 --- a/lang/python/click/Makefile +++ b/lang/python/click/Makefile @@ -5,12 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=click -PKG_VERSION:=7.0 -PKG_RELEASE:=2 +PKG_VERSION:=7.1.2 +PKG_RELEASE:=1 -PYPI_NAME:=$(PKG_NAME) -PYPI_SOURCE_NAME:=Click -PKG_HASH:=5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7 +PYPI_NAME:=click +PKG_HASH:=d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=BSD-3-Clause