aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-06-26 00:51:24 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-06-26 00:51:36 -0300
commit3a11a296faa0a2daa853cd8b43c3daecde8a1e1e (patch)
tree3023974350ce35561bf48c94ff5f2a07b9ec08cb
parent100b07cf2cf5ba6cb3b57e331fb24074b1253461 (diff)
downloadalpine_aports-3a11a296faa0a2daa853cd8b43c3daecde8a1e1e.tar.bz2
alpine_aports-3a11a296faa0a2daa853cd8b43c3daecde8a1e1e.tar.xz
alpine_aports-3a11a296faa0a2daa853cd8b43c3daecde8a1e1e.zip
community/py3-botocore: upgrade to 1.17.10
-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 dc43b7c5fd..674c65b128 100644
--- a/community/py3-botocore/APKBUILD
+++ b/community/py3-botocore/APKBUILD
@@ -2,7 +2,7 @@
2# Contributor: Valery Kartel <valery.kartel@gmail.com> 2# Contributor: Valery Kartel <valery.kartel@gmail.com>
3pkgname=py3-botocore 3pkgname=py3-botocore
4# Verify required version from py3-boto3 on this package before upgrading 4# Verify required version from py3-boto3 on this package before upgrading
5pkgver=1.17.2 5pkgver=1.17.10
6pkgrel=0 6pkgrel=0
7pkgdesc="The low-level, core functionality of Boto3" 7pkgdesc="The low-level, core functionality of Boto3"
8url="https://github.com/boto/botocore" 8url="https://github.com/boto/botocore"
@@ -28,4 +28,4 @@ package() {
28 python3 setup.py install --prefix=/usr --root="$pkgdir" 28 python3 setup.py install --prefix=/usr --root="$pkgdir"
29} 29}
30 30
31sha512sums="ff19b1708686cbb574b01c9924a6acb7eaf7607b5f19a759d5c1dc1f7a7efae960e0c81d26d384101da5aaddc3bf0d8b4800d8908af34392d23779d4b9064487 botocore-1.17.2.tar.gz" 31sha512sums="38e970f6d621a22e963d1c6b5ddfe5277316ae30874273332baa55c0b5b4ca16228fea5d45e321fbf10b224fc36e606f98f0b638d0eaf8ac7c4675826dc7ddbb botocore-1.17.10.tar.gz"