diff options
author | Christoph Willing <chris.willing@linux.com> | 2017-05-02 13:15:52 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-06 07:03:51 +0700 |
commit | d49ba4563e1e31d9897de562536a98ae9663722b (patch) | |
tree | 11c9d0a62371838694a043cdbe413368f18aa62b /python/python-requestbuilder | |
parent | 37c53ec750c0563bddedb675685446a0d220277f (diff) | |
download | slackbuilds-d49ba4563e1e31d9897de562536a98ae9663722b.tar.gz |
python/python-requestbuilder: Updated for version 0.7.1
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'python/python-requestbuilder')
-rw-r--r-- | python/python-requestbuilder/python-requestbuilder.SlackBuild | 4 | ||||
-rw-r--r-- | python/python-requestbuilder/python-requestbuilder.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python-requestbuilder/python-requestbuilder.SlackBuild b/python/python-requestbuilder/python-requestbuilder.SlackBuild index ff4d8779cd..3d831e4c1f 100644 --- a/python/python-requestbuilder/python-requestbuilder.SlackBuild +++ b/python/python-requestbuilder/python-requestbuilder.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-requestbuilder -# Copyright 2016 Christoph Willing, Brisbane Australia +# Copyright 2016-2017 Christoph Willing, Brisbane Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ SRCNAM=requestbuilder PRGNAM=python-requestbuilder -VERSION=${VERSION:-0.7.0} +VERSION=${VERSION:-0.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python-requestbuilder/python-requestbuilder.info b/python/python-requestbuilder/python-requestbuilder.info index 81317dc765..68d0ca9ab9 100644 --- a/python/python-requestbuilder/python-requestbuilder.info +++ b/python/python-requestbuilder/python-requestbuilder.info @@ -1,8 +1,8 @@ PRGNAM="python-requestbuilder" -VERSION="0.7.0" +VERSION="0.7.1" HOMEPAGE="https://github.com/boto/requestbuilder" -DOWNLOAD="https://github.com/boto/requestbuilder/archive/v0.7.0/requestbuilder-0.7.0.tar.gz" -MD5SUM="b6e8c4ed7f5d093ea85b040c24d4b3c9" +DOWNLOAD="https://github.com/boto/requestbuilder/archive/v0.7.1/requestbuilder-0.7.1.tar.gz" +MD5SUM="b6202e930f3867e3dfa760e5b325a512" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-requests six" |