diff options
Diffstat (limited to 'testing')
-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 85a7d38ea3..f38b0af3d4 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.30 +pkgver=1.13.32 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="e90902a568c74cf2aa52b845ad11e52caacf3bfee48db8af4474670f18944b4941d5e2addc80a3bffba16888804ae3fdc3e9327a83446f803d7acbbbda7c7656 botocore-1.13.30.tar.gz" +sha512sums="c8b686df3032bcc604e0e42cfebc7f36f4c612556939273506d9f2cd21b557b4d8b73e9fc980932fe6d62d465f5da5d31537ca36c5cbe5a161d4bf77f0968e64 botocore-1.13.32.tar.gz" |