diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-20 05:00:01 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-20 06:10:52 -0300 |
commit | 0176d88d39bcc8f0c94225f50b623150521dd3e1 (patch) | |
tree | 02e1ef153b3cb424a8395ee1f0f6b3bf39420723 /testing/py3-botocore | |
parent | 1ec8e73848d23debfe8c4087f6c2f4088b08f66e (diff) | |
download | aports-0176d88d39bcc8f0c94225f50b623150521dd3e1.tar.bz2 aports-0176d88d39bcc8f0c94225f50b623150521dd3e1.tar.xz |
testing/py3-botocore: upgrade to 1.12.253
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 76d2901a78..a275dfc4d7 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.248 +pkgver=1.12.253 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="2a9de3cbc3b3640c547821115c60665b1d43acfb0e5838e35032eafee2ee24a893207e5547ada20f82a346d0348b414c09d6a2b3f5b3700774a5fb937a5baaa3 botocore-1.12.248.tar.gz" +sha512sums="d5bd6a8da0f668b406030a181709f8e34540cfc4da460fa60e4311e02ad4e7beb44f5363047dc95c69029bf0e70a43b5baa4dc690766225fe1bfcbfb0bfd916e botocore-1.12.253.tar.gz" |