mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/python-requestbuilder: Updated for version 0.7.1
Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
parent
37c53ec750
commit
d49ba4563e
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for python-requestbuilder
|
# Slackware build script for python-requestbuilder
|
||||||
|
|
||||||
# Copyright 2016 Christoph Willing, Brisbane Australia
|
# Copyright 2016-2017 Christoph Willing, Brisbane Australia
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
SRCNAM=requestbuilder
|
SRCNAM=requestbuilder
|
||||||
PRGNAM=python-requestbuilder
|
PRGNAM=python-requestbuilder
|
||||||
VERSION=${VERSION:-0.7.0}
|
VERSION=${VERSION:-0.7.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="python-requestbuilder"
|
PRGNAM="python-requestbuilder"
|
||||||
VERSION="0.7.0"
|
VERSION="0.7.1"
|
||||||
HOMEPAGE="https://github.com/boto/requestbuilder"
|
HOMEPAGE="https://github.com/boto/requestbuilder"
|
||||||
DOWNLOAD="https://github.com/boto/requestbuilder/archive/v0.7.0/requestbuilder-0.7.0.tar.gz"
|
DOWNLOAD="https://github.com/boto/requestbuilder/archive/v0.7.1/requestbuilder-0.7.1.tar.gz"
|
||||||
MD5SUM="b6e8c4ed7f5d093ea85b040c24d4b3c9"
|
MD5SUM="b6202e930f3867e3dfa760e5b325a512"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python-requests six"
|
REQUIRES="python-requests six"
|
||||||
|
|
Loading…
Reference in a new issue