Browse Source
Merge pull request #13577 from BKPepe/click
click: update to version 7.1.2
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
5 deletions
-
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 <daniel@makrotopia.org> |
|
|
|
PKG_LICENSE:=BSD-3-Clause |
|
|
|