diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-11-25 18:05:02 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-28 07:26:30 +0700 |
commit | 6375bedefcf56a33da549a1bbd53150ce9e791ca (patch) | |
tree | 44941bc98ee707f8c638b79c7701d4bfd78e02e6 /python | |
parent | ab4d362fa9b2d9c8994507119d78021db952a3b6 (diff) | |
download | slackbuilds-6375bedefcf56a33da549a1bbd53150ce9e791ca.tar.gz |
python/click: Updated for version 6.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/click/click.SlackBuild | 2 | ||||
-rw-r--r-- | python/click/click.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/click/click.SlackBuild b/python/click/click.SlackBuild index bb9f6ea81e..40aab666c1 100644 --- a/python/click/click.SlackBuild +++ b/python/click/click.SlackBuild @@ -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} diff --git a/python/click/click.info b/python/click/click.info index 24456a2da5..43c56fd49b 100644 --- a/python/click/click.info +++ b/python/click/click.info @@ -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" |