diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2017-07-18 16:55:17 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-08-03 11:28:10 +0000 |
commit | c63dd2ca27a2b9a4afe9fd65b953b4ada072758f (patch) | |
tree | b43ab37cf76f064dbf4125dadbb2292af2b82348 /testing/py-botocore | |
parent | e7810cd694d5811f196ad374545b44a8a89df646 (diff) | |
download | aports-c63dd2ca27a2b9a4afe9fd65b953b4ada072758f.tar.bz2 aports-c63dd2ca27a2b9a4afe9fd65b953b4ada072758f.tar.xz |
testing/py-botocore: upgrade to 1.5.84
--
fix url
Diffstat (limited to 'testing/py-botocore')
-rw-r--r-- | testing/py-botocore/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-botocore/APKBUILD b/testing/py-botocore/APKBUILD index b0d05d8370..7b16fe7251 100644 --- a/testing/py-botocore/APKBUILD +++ b/testing/py-botocore/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Valery Kartel <valery.kartel@gmail.com> # Contributor: Valery Kartel <valery.kartel@gmail.com> pkgname=py-botocore -pkgver=1.5.71 +pkgver=1.5.84 pkgrel=0 _pkgreal=${pkgname#py-} pkgdesc="The low-level, core functionality of Boto3" -url="https://github.com/boto/boto" +url="https://github.com/boto/botocore" arch="noarch" license="ASL 2.0" options="!check" @@ -46,4 +46,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="4b5a7b56446bf1068bda0a30f2a4bef6b9016af3ea9009f1e142a75bffdaf3c321719e3147122d8c5d160d4ab7c53bd099f2599bb031557309fc1a71e41d6c09 botocore-1.5.71.tar.gz" +sha512sums="c70183fd29ed90538d5c281384afedb09bbf48ce34ade89e8a4adec60e15d0006276dc741addc08fe970171ebf0c003c3f6d789e2e15a25258b7a82af7fb0f9e botocore-1.5.84.tar.gz" |