diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-14 23:03:48 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-15 01:43:10 -0300 |
commit | a02dbd904517bbcc509f47540c32b58d0285fe10 (patch) | |
tree | cbffc21239bfb0bd3b465921d90e0025495663d2 | |
parent | d4343d82c7cd404c1560b741f3141cc0829a284d (diff) | |
download | aports-a02dbd904517bbcc509f47540c32b58d0285fe10.tar.bz2 aports-a02dbd904517bbcc509f47540c32b58d0285fe10.tar.xz |
community/py3-botocore: upgrade to 1.15.21
-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 7c7a22851e..f411db3f94 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.15.19 +pkgver=1.15.21 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="5c035936c28f9174a5c9b6b156f904d89b8f905ed0cc35e25aa5a5cb0f3be1772d7934345709487c8777c147d7775c35e598be84761dbb3989d7c31997665917 botocore-1.15.19.tar.gz" +sha512sums="ad6ac7b03799ee9053c512b2ef77f6a97bc76bbb0ee49ec8b2db927b6dd00949e1a14f3ef317ef07b58c56e91191644bb8abdbadd76b14733b8e9bd58ddc0789 botocore-1.15.21.tar.gz" |