mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/botocore: Updated for version 0.55.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
655a9147fc
commit
a93c8c01b1
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=botocore
|
||||
VERSION=${VERSION:-0.53.0}
|
||||
VERSION=${VERSION:-0.55.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="botocore"
|
||||
VERSION="0.53.0"
|
||||
VERSION="0.55.0"
|
||||
HOMEPAGE="https://github.com/boto/botocore"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/b/botocore/botocore-0.53.0.tar.gz"
|
||||
MD5SUM="7b1328f7eeebb2e37bb136884c38a69a"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/b/botocore/botocore-0.55.0.tar.gz"
|
||||
MD5SUM="7986fd8a4f05f2e68907021ae728f763"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-dateutil jmespath"
|
||||
|
|
Loading…
Reference in a new issue