mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/click: Updated for version 2.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3f06205ba5
commit
bd2ccbf0d6
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=click
|
PRGNAM=click
|
||||||
VERSION=${VERSION:-2.4}
|
VERSION=${VERSION:-2.5}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="click"
|
PRGNAM="click"
|
||||||
VERSION="2.4"
|
VERSION="2.5"
|
||||||
HOMEPAGE="https://github.com/mitsuhiko/click"
|
HOMEPAGE="https://github.com/mitsuhiko/click"
|
||||||
DOWNLOAD="https://github.com/mitsuhiko/click/archive/2.4.tar.gz"
|
DOWNLOAD="https://github.com/mitsuhiko/click/archive/2.5.tar.gz"
|
||||||
MD5SUM="d5b66bd8f26cc5befd562ee3f987b012"
|
MD5SUM="24c3984b6e9cb10c8ac122ceea55a3cd"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="pysetuptools"
|
REQUIRES="pysetuptools"
|
||||||
|
|
Loading…
Reference in a new issue