boto3 bump

This commit is contained in:
Sarah Ottinger
2021-03-30 17:17:28 -07:00
parent 5094d0c9b3
commit 97aaed28e4

View File

@@ -3,7 +3,7 @@
_realname=boto3
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.17.40
pkgver=1.17.41
pkgrel=1
pkgdesc='The AWS SDK for Python (mingw-w64)'
arch=('any')
@@ -12,7 +12,7 @@ license=('Apache')
depends=("${MINGW_PACKAGE_PREFIX}-python-s3transfer")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("https://github.com/boto/boto3/archive/$pkgver.tar.gz")
sha256sums=('199c58ed9aa26f3546e5e7211c20a39c83be5c903efd229a557d3dd7eaf2d53c')
sha256sums=('a97f72d96c32fd36238a24f498228067a688ed0c522a831b33c13474875b0f52')
prepare() {
cd "$srcdir"