diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-31 17:21:12 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-31 17:36:21 -0300 |
commit | 720e44cb7a238540b1c899b872011cb1106f78c9 (patch) | |
tree | 7ccd9cab3afa73243d6aee425bc1eacb4cd49aba /testing/py3-botocore | |
parent | d62a823b06739db4ebb9103d9c2643dcc9efe7f4 (diff) | |
download | aports-720e44cb7a238540b1c899b872011cb1106f78c9.tar.bz2 aports-720e44cb7a238540b1c899b872011cb1106f78c9.tar.xz |
testing/py3-botocore: upgrade to 1.13.6
Diffstat (limited to 'testing/py3-botocore')
-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 bc2625a3f7..e9449a5147 100644 --- a/testing/py3-botocore/APKBUILD +++ b/testing/py3-botocore/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Valery Kartel <valery.kartel@gmail.com> pkgname=py3-botocore _pkgname=botocore -pkgver=1.13.2 +pkgver=1.13.6 pkgrel=0 pkgdesc="The low-level, core functionality of Boto3" url="https://github.com/boto/botocore" @@ -28,4 +28,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="ef48ae18c61c83b43ac435c9b9e3e7c69963c19cc79bb34c7541d5d823f952c022b1b7e4eb1dfa33dd9fe5c14c87f7cf72d0e9d17012984c9f10c06abe27d279 botocore-1.13.2.tar.gz" +sha512sums="13589ba06d4d2063a45cdd73066c663400f424b5bfcf6b490e75660111d9fcee7d6b09ae43dbc0bc6e56b8c8eaae9c9945e2274c3bd3713fb20470133d3493cd botocore-1.13.6.tar.gz" |