diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-12-11 18:17:01 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-12-11 18:17:01 +0000 |
commit | e49e1d92b4efd08c6c7b3bd94c46a875e1c9c4be (patch) | |
tree | b9b28b1db7010ca11cff497b989bb76883c33a88 /testing/py-botocore | |
parent | ecc3209c9794e44f2688fe73b7f966266f53f3e5 (diff) | |
download | aports-e49e1d92b4efd08c6c7b3bd94c46a875e1c9c4be.tar.bz2 aports-e49e1d92b4efd08c6c7b3bd94c46a875e1c9c4be.tar.xz |
testing/py-botocore: upgrade to 1.8.11
Diffstat (limited to 'testing/py-botocore')
-rw-r--r-- | testing/py-botocore/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-botocore/APKBUILD b/testing/py-botocore/APKBUILD index f93f1173ee..03c21acb63 100644 --- a/testing/py-botocore/APKBUILD +++ b/testing/py-botocore/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Valery Kartel <valery.kartel@gmail.com> # Contributor: Valery Kartel <valery.kartel@gmail.com> pkgname=py-botocore -pkgver=1.7.17 +pkgver=1.8.11 pkgrel=0 _pkgreal=${pkgname#py-} pkgdesc="The low-level, core functionality of Boto3" @@ -46,4 +46,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="73ab9166bdc5f9c599364516ae95473bc4e40f591bed1f3d7369c1df4cc74dc0738f3a3d7a5f560bcdacb7d86635c5ab09abc7b08dbe9bbdaa013ee528e9bea4 botocore-1.7.17.tar.gz" +sha512sums="5fc323ab27542b214662b36eaee8f5961c4744e7632620f1ff5100829bff4a1241004ee1463d1a324a17ee888f8dae67bb9a9867affb381f4cd3b511c9d319d7 botocore-1.8.11.tar.gz" |