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 15c64c8a47..0e93e9f865 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.27 +pkgver=1.13.28 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="c430d5d1c2ad293bce201d8fc1c8a0d83f3b2da7f429359a2f4ed71c71af52c49e0a2a12a0c359929ab67848c3b055a82826798af90c7b1fbfce894196020bab botocore-1.13.27.tar.gz" +sha512sums="3c6ffa5389639643d237c6945942add1aa21f40419a31fc8bdb06532505e7d5e273afd6616705fce1d46ce76e997b9c3a6854876549b26020f1ee8a019c93a2b botocore-1.13.28.tar.gz" |