mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/click: Updated for version 3.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ba078310c9
commit
2d2994464f
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=click
|
||||
VERSION=${VERSION:-3.2}
|
||||
VERSION=${VERSION:-3.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="click"
|
||||
VERSION="3.2"
|
||||
VERSION="3.3"
|
||||
HOMEPAGE="https://github.com/mitsuhiko/click"
|
||||
DOWNLOAD="https://github.com/mitsuhiko/click/archive/3.2.tar.gz"
|
||||
MD5SUM="f8a439029337ff39ed814ae5ce948318"
|
||||
DOWNLOAD="https://github.com/mitsuhiko/click/archive/3.3.tar.gz"
|
||||
MD5SUM="702926935d57da46b14c60a218d5054c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
|
|
Loading…
Reference in a new issue