diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-20 22:46:18 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-20 22:54:17 -0300 |
commit | 359fa1a6bcf268c84999ea79bfcc21ef9f48e8a2 (patch) | |
tree | 5830af8fc8e7b2254ba2ab654f36058a51b32503 /testing/py3-botocore | |
parent | 2d896ea182ba4491a71a39875db490acb6beb3fd (diff) | |
download | aports-359fa1a6bcf268c84999ea79bfcc21ef9f48e8a2.tar.bz2 aports-359fa1a6bcf268c84999ea79bfcc21ef9f48e8a2.tar.xz |
testing/py3-botocore: upgrade to 1.12.231
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 9f7c32b57c..51f01cdeba 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.228 +pkgver=1.12.231 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="2a276401834a0a5dcf603f7c3418c3b555870714f7606c32f55fb4aa4b16c748b16017d30a532f3b0350103a44a2398479b77308507fbb5dea7d184fd600b54b botocore-1.12.228.tar.gz" +sha512sums="34e3ba0708aa67a9ebc12ad7ab70718317483d10415e39bfe44e55c4fedb9bae2c80847722b40ab0aadf44174a70f6d3c7945eac5521dc6dbb8de5aa7c30a616 botocore-1.12.231.tar.gz" |