From 01dbeaee505dabb034ffc20f7332e7d6b2dd3504 Mon Sep 17 00:00:00 2001 From: Sarah Ottinger Date: Thu, 25 Mar 2021 20:02:10 -0700 Subject: [PATCH] boto3 bump --- mingw-w64-python-boto3/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-boto3/PKGBUILD b/mingw-w64-python-boto3/PKGBUILD index 2260530cd1..5174ae74bf 100644 --- a/mingw-w64-python-boto3/PKGBUILD +++ b/mingw-w64-python-boto3/PKGBUILD @@ -3,7 +3,7 @@ _realname=boto3 pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.17.36 +pkgver=1.17.37 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=('36c2e95e2796175b6cf0f5233df5fea877e360c3035585408f9a906bd3c5eab4') +sha256sums=('7277be253960e4f461abf1c1e4cfeac59b7a4bd46595bf5b8806537494104ace') prepare() { cd "$srcdir"