diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2016-11-23 14:28:54 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-26 11:47:45 +0700 |
commit | 624fdfbea0f8d1373927c1ae0920b68aeafd8877 (patch) | |
tree | 49c1ef7f1f4598eaa02a38933e65c2ece3a2b772 /python | |
parent | 8a458b12f518d859129828398a99e75b9057609a (diff) | |
download | slackbuilds-624fdfbea0f8d1373927c1ae0920b68aeafd8877.tar.gz |
python/python-requestbuilder: Updated for version 0.7.0
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
Diffstat (limited to 'python')
-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 1487f7053d..ff4d8779cd 100644 --- a/python/python-requestbuilder/python-requestbuilder.SlackBuild +++ b/python/python-requestbuilder/python-requestbuilder.SlackBuild @@ -24,7 +24,7 @@ SRCNAM=requestbuilder PRGNAM=python-requestbuilder -VERSION=${VERSION:-0.5.2} +VERSION=${VERSION:-0.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/v$VERSION.tar.gz || tar xvf $CWD/$SRCNAM-$VERSION.tar.gz +tar xf $CWD/$SRCNAM-$VERSION.tar.gz || tar xf $CWD/v$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . find -L . \ diff --git a/python/python-requestbuilder/python-requestbuilder.info b/python/python-requestbuilder/python-requestbuilder.info index e029defb2c..81317dc765 100644 --- a/python/python-requestbuilder/python-requestbuilder.info +++ b/python/python-requestbuilder/python-requestbuilder.info @@ -1,8 +1,8 @@ PRGNAM="python-requestbuilder" -VERSION="0.5.2" +VERSION="0.7.0" HOMEPAGE="https://github.com/boto/requestbuilder" -DOWNLOAD="https://github.com/boto/requestbuilder/archive/v0.5.2.tar.gz" -MD5SUM="0d843b042ad1f2ce0e251c4e6a2472d7" +DOWNLOAD="https://github.com/boto/requestbuilder/archive/v0.7.0/requestbuilder-0.7.0.tar.gz" +MD5SUM="b6e8c4ed7f5d093ea85b040c24d4b3c9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-requests six" |