python/python-requestbuilder: Updated for version 0.7.1

Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
Christoph Willing 2017-05-02 13:15:52 +10:00 committed by Willy Sudiarto Raharjo
parent 37c53ec750
commit d49ba4563e
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -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"