Skip to content

Commit 90a8411

Browse files
committed
python-urllib3: update to 2.6.1
1 parent dbd0b2d commit 90a8411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw-w64-python-urllib3/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=urllib3
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=2.6.0
6+
pkgver=2.6.1
77
pkgrel=1
88
pkgdesc="HTTP library with thread-safe connection pooling and file post support (mingw-w64)"
99
arch=('any')
@@ -43,7 +43,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-brotli"
4343
"${MINGW_PACKAGE_PREFIX}-python-zstandard"
4444
"${MINGW_PACKAGE_PREFIX}-python-trustme")
4545
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
46-
sha256sums=('cb9bcef5a4b345d5da5d145dc3e30834f58e8018828cbc724d30b4cb7d4d49f1')
46+
sha256sums=('5379eb6e1aba4088bae84f8242960017ec8d8e3decf30480b3a1abdaa9671a3f')
4747

4848
build() {
4949
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"

0 commit comments

Comments
 (0)