mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/click: Updated for version 5.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
1874c3c010
commit
667df3a21b
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=click
|
||||
VERSION=${VERSION:-4.1}
|
||||
VERSION=${VERSION:-5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="click"
|
||||
VERSION="4.1"
|
||||
VERSION="5.1"
|
||||
HOMEPAGE="https://github.com/mitsuhiko/click"
|
||||
DOWNLOAD="https://github.com/mitsuhiko/click/archive/4.1.tar.gz"
|
||||
MD5SUM="3ec9b2fd74b31d22078991d432195118"
|
||||
DOWNLOAD="https://github.com/mitsuhiko/click/archive/5.1.tar.gz"
|
||||
MD5SUM="46ee1923d1bbd2386b226a4be448862d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
|
|
Loading…
Reference in a new issue