From 899a265e31fec8ebcf562a0219f6384dbd92d2b7 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 6 Jan 2025 17:45:44 +0100 Subject: [PATCH] python-httpcore: Update to 1.0.7 --- mingw-w64-python-httpcore/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-httpcore/PKGBUILD b/mingw-w64-python-httpcore/PKGBUILD index 7f1d333b0d..c034e99ae2 100644 --- a/mingw-w64-python-httpcore/PKGBUILD +++ b/mingw-w64-python-httpcore/PKGBUILD @@ -3,8 +3,8 @@ _realname=httpcore pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.0.5 -pkgrel=2 +pkgver=1.0.7 +pkgrel=1 pkgdesc="A minimal HTTP client (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') @@ -28,7 +28,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-hatchling" "${MINGW_PACKAGE_PREFIX}-python-hatch-fancy-pypi-readme") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('34a38e2f9291467ee3b44e89dd52615370e152954ba21721378a87b2960f7a61') +sha256sums=('8551cb62a169ec7162ac7be8d4817d561f60e08eaa485234898414bb5a8a0b4c') prepare() { rm -rf python-build-${MSYSTEM} | true