python/click: Updated for version 6.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
b7087403d0
commit
4433dab51f
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for click
|
||||
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=click
|
||||
VERSION=${VERSION:-6.2}
|
||||
VERSION=${VERSION:-6.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="click"
|
||||
VERSION="6.2"
|
||||
VERSION="6.3"
|
||||
HOMEPAGE="https://github.com/mitsuhiko/click"
|
||||
DOWNLOAD="https://github.com/mitsuhiko/click/archive/6.2.tar.gz"
|
||||
MD5SUM="75f354ed52654b1b79fdea79b1cb52cd"
|
||||
DOWNLOAD="https://github.com/mitsuhiko/click/archive/6.3.tar.gz"
|
||||
MD5SUM="e61d69da6c69574904fa85e1502758c7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue