diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-08 03:00:59 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-08 05:23:49 -0300 |
commit | bc65e091d3c618cf926932c841356eea460bc13e (patch) | |
tree | b73ca52864c02e87b8927e0e0a7ddf29114f1b0a | |
parent | 0b203ca913df5d3aa1323591709054c7836ecdca (diff) | |
download | aports-bc65e091d3c618cf926932c841356eea460bc13e.tar.bz2 aports-bc65e091d3c618cf926932c841356eea460bc13e.tar.xz |
testing/py3-botocore: upgrade to 1.13.12
-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 11990594d2..98428858ce 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.10 +pkgver=1.13.12 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="d38330108d99e63fa88c36266ee51e99590fe5b353d9c54ba2980346a8b98b3388f7308d9392e6d26bdff727335ad8caf2b4fab062794a624c006d45bdfcb8fa botocore-1.13.10.tar.gz" +sha512sums="4fb33882738fc39f1fc2aa29923527b73443179e5ec6dac833e12e727da4680056caa258739ec207f7519ab8bb68d8a1c6ccc174fb13410a97077473bab7c16f botocore-1.13.12.tar.gz" |