From d93a1f6d1635fc207b590c23ba0cae9da18ac911 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Wed, 15 Oct 2025 00:55:48 +0200 Subject: [PATCH] python-dulwich: update to 0.24.4 --- mingw-w64-python-dulwich/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-dulwich/PKGBUILD b/mingw-w64-python-dulwich/PKGBUILD index 245abe03d3..702ce9766e 100644 --- a/mingw-w64-python-dulwich/PKGBUILD +++ b/mingw-w64-python-dulwich/PKGBUILD @@ -3,7 +3,7 @@ _realname=dulwich pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.24.2 +pkgver=0.24.4 pkgrel=1 pkgdesc="Python Git Library (mingw-w64)" arch=('any') @@ -27,7 +27,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-cc") options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('d474844cf81bf95a6537a80aeec59d714d5d77d8e83d6d37991e2bde54746ca7') +sha256sums=('45b91906c6fc71bb6300258141fe91e63e7b70d5fd010f0482858ea681d9af62') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"