diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-11 05:09:44 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-11 06:02:20 -0300 |
commit | e712c567a3cc899fb6e3f5151679aaeb17eb5d48 (patch) | |
tree | 87c650f396999e51de123695f624269c1c6b5808 /testing/py3-botocore/APKBUILD | |
parent | 729d83f9362e18de56da09bd4f13be941a873008 (diff) | |
download | aports-e712c567a3cc899fb6e3f5151679aaeb17eb5d48.tar.bz2 aports-e712c567a3cc899fb6e3f5151679aaeb17eb5d48.tar.xz |
testing/py3-botocore: upgrade to 1.13.14
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 f6ce1f5c44..a3dafb4250 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.13 +pkgver=1.13.14 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="f25ae2e219bf2f9af66053c4cd5676b617272dcf1cae691d9227070a6f2835521404c6b453054a9f89101929afb6fea34cff36af946831ae6410be62ca54354a botocore-1.13.13.tar.gz" +sha512sums="a82724041d9e7ae5f2197ddfb922a1c0df99e1e8cbb47be4c18ab2a97b811fb8071dd512eb41e552563a3d97a640fbc7ec421d75dc51bd718339b061546f933e botocore-1.13.14.tar.gz" |