diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-10 05:46:09 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-10 16:23:20 -0300 |
commit | 87daeb6ad636a8bf4130f0dcec5b494172d2b1f0 (patch) | |
tree | 82b6bffd6a4048ab1807dea2322beb53529a79a0 /testing/py3-botocore/APKBUILD | |
parent | a2efece96977659c3a078cc1c9bc1a3e62d898a8 (diff) | |
download | aports-87daeb6ad636a8bf4130f0dcec5b494172d2b1f0.tar.bz2 aports-87daeb6ad636a8bf4130f0dcec5b494172d2b1f0.tar.xz |
testing/py3-botocore: upgrade to 1.13.13
Diffstat (limited to 'testing/py3-botocore/APKBUILD')
-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 98428858ce..f6ce1f5c44 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.12 +pkgver=1.13.13 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="4fb33882738fc39f1fc2aa29923527b73443179e5ec6dac833e12e727da4680056caa258739ec207f7519ab8bb68d8a1c6ccc174fb13410a97077473bab7c16f botocore-1.13.12.tar.gz" +sha512sums="f25ae2e219bf2f9af66053c4cd5676b617272dcf1cae691d9227070a6f2835521404c6b453054a9f89101929afb6fea34cff36af946831ae6410be62ca54354a botocore-1.13.13.tar.gz" |