aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-05-21 23:51:14 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-05-21 23:51:14 -0300
commit304cbaca97e2e781b8055f749756056cd21cb1ad (patch)
tree183ea0b0985b40a8b3d85d2bc99afbf9d4cf94f5
parente1dd75441caa3615ace851914369cc99270db04a (diff)
downloadalpine_aports-304cbaca97e2e781b8055f749756056cd21cb1ad.tar.bz2
alpine_aports-304cbaca97e2e781b8055f749756056cd21cb1ad.tar.xz
alpine_aports-304cbaca97e2e781b8055f749756056cd21cb1ad.zip
community/py3-botocore: upgrade to 1.16.14
-rw-r--r--community/py3-botocore/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-botocore/APKBUILD b/community/py3-botocore/APKBUILD
index 8b9fce4245..7f454990a0 100644
--- a/community/py3-botocore/APKBUILD
+++ b/community/py3-botocore/APKBUILD
@@ -3,7 +3,7 @@
3pkgname=py3-botocore 3pkgname=py3-botocore
4_pkgname=botocore 4_pkgname=botocore
5# Verify required version from py3-boto3 on this package before upgrading 5# Verify required version from py3-boto3 on this package before upgrading
6pkgver=1.16.12 6pkgver=1.16.14
7pkgrel=0 7pkgrel=0
8pkgdesc="The low-level, core functionality of Boto3" 8pkgdesc="The low-level, core functionality of Boto3"
9url="https://github.com/boto/botocore" 9url="https://github.com/boto/botocore"
@@ -29,4 +29,4 @@ package() {
29 python3 setup.py install --prefix=/usr --root="$pkgdir" 29 python3 setup.py install --prefix=/usr --root="$pkgdir"
30} 30}
31 31
32sha512sums="891c8c2b3b6208d3d8543c055fa48887c58c67845d46a9607ae140d3a17d5b12665cc50afa304647895c891112e35ecc1cacaf36e75d0491109bcc5150be0ec6 botocore-1.16.12.tar.gz" 32sha512sums="96f5ca20acb6d6c528a1eeec1441b28dd70244c823e02b4cea734c933a0cea2695302e60e105feb863968d2f99139bef312c36bc17837c3fa214953aec5716c9 botocore-1.16.14.tar.gz"