From 624fdfbea0f8d1373927c1ae0920b68aeafd8877 Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Wed, 23 Nov 2016 14:28:54 +1000 Subject: python/python-requestbuilder: Updated for version 0.7.0 Signed-off-by: Christoph Willing --- python/python-requestbuilder/python-requestbuilder.SlackBuild | 4 ++-- python/python-requestbuilder/python-requestbuilder.info | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'python') 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" -- cgit v1.2.3