diff options
author | Gennady Feldman <gena01@gmail.com> | 2020-02-03 09:50:28 -0500 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-04 01:31:42 +0100 |
commit | 62e47262f1a9e05f8977ce88b0564ded24ac1f62 (patch) | |
tree | 384e78f0a5a83e4d6a7e3a2b3b180585c0b64ccc /community/py3-botocore/APKBUILD | |
parent | 37dcea2dc1c01cdc836421a99ca0bd36606a36b2 (diff) | |
download | aports-62e47262f1a9e05f8977ce88b0564ded24ac1f62.tar.bz2 aports-62e47262f1a9e05f8977ce88b0564ded24ac1f62.tar.xz |
community/py3-botocore: update to 1.14.9
Diffstat (limited to 'community/py3-botocore/APKBUILD')
-rw-r--r-- | community/py3-botocore/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-botocore/APKBUILD b/community/py3-botocore/APKBUILD index 739f4903bc..ec14c8cf15 100644 --- a/community/py3-botocore/APKBUILD +++ b/community/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.14.0 +pkgver=1.14.9 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="694aca5d7a575534764466ad00b779dfd1dd6e934ee4f63545f8b25df7f6c74ce8f1e5fa55055522c37d20b1717b9a07ada2a627517a81868301f8929f274888 botocore-1.14.0.tar.gz" +sha512sums="4be8382e817d3e4238ed951285bf76ff2d904a8ca9351c00b3dd739a1f35c003614c6b37d9f6debf839ad7cc3017e64e02ee24a5b240f19bf7391203ce8623f2 botocore-1.14.9.tar.gz" |