diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-10 18:22:52 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-10 18:22:52 -0300 |
commit | e28df770042ad7ca6d68d16734a5ba9963a3425a (patch) | |
tree | e1071bf7b642ed0495b47773560819eb1fb1f160 /testing/py3-botocore | |
parent | f5449b6979cb9d6431e0fc04b9c019f5e1258915 (diff) | |
download | aports-e28df770042ad7ca6d68d16734a5ba9963a3425a.tar.bz2 aports-e28df770042ad7ca6d68d16734a5ba9963a3425a.tar.xz |
testing/py3-botocore: upgrade to 1.12.245
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 511ba68c5f..5dbb8c73c5 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.235 +pkgver=1.12.245 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="bea2effad50c5c90ec522fbaf939a814d4cbea295e980122b2c93d6ebbbe531b090e9ada1a54fec273619f954b470672aaec2c0f9d1443bae6207087ced45034 botocore-1.12.235.tar.gz" +sha512sums="eba5362281ea14e85956cafe071e148f0dca5aae5d10c0d3e887c14a855ca755978c8e792e7d42be4c081310ca262fa7aa802d71406a18bf7e29bd3809c3b7c7 botocore-1.12.245.tar.gz" |