summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/click/click.SlackBuild4
-rw-r--r--python/click/click.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/click/click.SlackBuild b/python/click/click.SlackBuild
index 93d3e878fd..bdbb22eb63 100644
--- a/python/click/click.SlackBuild
+++ b/python/click/click.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for click
-# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2015 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:-4.0}
+VERSION=${VERSION:-4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/click/click.info b/python/click/click.info
index c937d9f7e6..3c6eaee42d 100644
--- a/python/click/click.info
+++ b/python/click/click.info
@@ -1,8 +1,8 @@
PRGNAM="click"
-VERSION="4.0"
+VERSION="4.1"
HOMEPAGE="https://github.com/mitsuhiko/click"
-DOWNLOAD="https://github.com/mitsuhiko/click/archive/4.0.tar.gz"
-MD5SUM="90868784d47d0db148e1ed50abcb491e"
+DOWNLOAD="https://github.com/mitsuhiko/click/archive/4.1.tar.gz"
+MD5SUM="3ec9b2fd74b31d22078991d432195118"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"