mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/botocore: Updated for version 1.0.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
a1be2e0de9
commit
20efa9078b
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for botocore
|
# Slackware build script for botocore
|
||||||
|
|
||||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# 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
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=botocore
|
PRGNAM=botocore
|
||||||
VERSION=${VERSION:-1.0.0b1}
|
VERSION=${VERSION:-1.0.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="botocore"
|
PRGNAM="botocore"
|
||||||
VERSION="1.0.0b1"
|
VERSION="1.0.1"
|
||||||
HOMEPAGE="https://github.com/boto/botocore"
|
HOMEPAGE="https://github.com/boto/botocore"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/source/b/botocore/botocore-1.0.0b1.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/source/b/botocore/botocore-1.0.1.tar.gz"
|
||||||
MD5SUM="0e2806b14a99bddfa03e1afb34019d4f"
|
MD5SUM="596512fcf8497a9c04cce9468f578494"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python-dateutil jmespath bcdoc"
|
REQUIRES="python-dateutil jmespath bcdoc"
|
||||||
|
|
Loading…
Reference in a new issue