diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-03 06:29:07 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-03 06:53:23 -0300 |
commit | 1d6b488d1645bcded70ba80638f6b213853f8fc2 (patch) | |
tree | e12588ff4b9e050905498657b225a1fe8d2266cb /testing/py3-botocore | |
parent | ac16f34861f5303a4364967ba90781d5b7ce8d12 (diff) | |
download | aports-1d6b488d1645bcded70ba80638f6b213853f8fc2.tar.bz2 aports-1d6b488d1645bcded70ba80638f6b213853f8fc2.tar.xz |
testing/py3-botocore: upgrade to 1.12.220
Diffstat (limited to 'testing/py3-botocore')
-rw-r--r-- | testing/py3-botocore/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-botocore/APKBUILD b/testing/py3-botocore/APKBUILD index 90d9bca28d..81b2a3b69d 100644 --- a/testing/py3-botocore/APKBUILD +++ b/testing/py3-botocore/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Valery Kartel <valery.kartel@gmail.com> pkgname=py3-botocore _pkgname=botocore -pkgver=1.12.217 +pkgver=1.12.220 pkgrel=0 pkgdesc="The low-level, core functionality of Boto3" url="https://github.com/boto/botocore" @@ -28,4 +28,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="876f5ecf9e5b70f177cc4231c9f7d4e4ceacab40155e1865faf687bf880130eb927bedda92ae06089340e4e353442d006a1ef23ecf15c105b97de0c877b64594 botocore-1.12.217.tar.gz" +sha512sums="12edf802914d52d3dc1c60d140a19ed31eeefdef876cf4960c0959c135d1ee112b7d88a9a3a4927ead4121d245fb0dde2e2362845055b93ea28266ed7181f85c botocore-1.12.220.tar.gz" |