mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/botocore: Updated for version 1.2.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
b6946c74f8
commit
98d1290a84
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=botocore
|
||||
VERSION=${VERSION:-1.1.9}
|
||||
VERSION=${VERSION:-1.2.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="botocore"
|
||||
VERSION="1.1.9"
|
||||
VERSION="1.2.3"
|
||||
HOMEPAGE="https://github.com/boto/botocore"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/b/botocore/botocore-1.1.9.tar.gz"
|
||||
MD5SUM="9e57a69024c1b558f048594f5c6f97fa"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/b/botocore/botocore-1.2.3.tar.gz"
|
||||
MD5SUM="891551c7969c69d2b313a89967aec5ea"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-dateutil jmespath bcdoc"
|
||||
|
|
Loading…
Reference in a new issue