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