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 <pepe.schlehofer@gmail.com>
This commit is contained in:
parent
b390d74704
commit
3f16a05d7f
1 changed files with 4 additions and 5 deletions
|
@ -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 <daniel@makrotopia.org>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
|
|
Loading…
Reference in a new issue