diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-13 04:39:10 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-13 06:13:02 +0100 |
commit | 31138f5067e9998426fbeef21051af4359ce2b20 (patch) | |
tree | 60796decf2c51478b04d4be1d02c2645312f5751 /testing/py3-botocore | |
parent | 70fdc7a79b87fe2c82cd1b260f0087c3f2f7eb16 (diff) | |
download | aports-31138f5067e9998426fbeef21051af4359ce2b20.tar.bz2 aports-31138f5067e9998426fbeef21051af4359ce2b20.tar.xz |
testing/py3-botocore: upgrade to 1.13.37
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 89f2889ca3..6946ea3d5e 100644 --- a/testing/py3-botocore/APKBUILD +++ b/testing/py3-botocore/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-botocore _pkgname=botocore # Verify required version from py3-boto3 on this package before upgrading -pkgver=1.13.36 +pkgver=1.13.37 pkgrel=0 pkgdesc="The low-level, core functionality of Boto3" url="https://github.com/boto/botocore" @@ -29,4 +29,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="6b342a4a9c473a8c818b1de8fc799d746de9642b67d43d8da2e6eac8d4263b9300609359c22ea553c30dbe37ec64e8760934a5b21f8f25de71868cd88c4e1878 botocore-1.13.36.tar.gz" +sha512sums="9254524fc835884d2384ff5393b7cbaaf39effb1ec5d401506ecb5124d9e0d02c4437815b0b86b59c366341ac19393baab4092130f20d7624023f7e868bf38d8 botocore-1.13.37.tar.gz" |