From f0fb084e81ebe57d37f6f0efb5ea432cc9764e80 Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov Date: Wed, 30 Mar 2022 06:21:19 +0300 Subject: [PATCH] python-pygit2: Update to 1.9.1 --- mingw-w64-python-pygit2/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-pygit2/PKGBUILD b/mingw-w64-python-pygit2/PKGBUILD index caf4aeaf98..6f3f36b0a9 100644 --- a/mingw-w64-python-pygit2/PKGBUILD +++ b/mingw-w64-python-pygit2/PKGBUILD @@ -3,7 +3,7 @@ _realname=pygit2 pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.9.0 +pkgver=1.9.1 pkgrel=1 pkgdesc='Python bindings for libgit2 (mingw-w64)' arch=('any') @@ -17,7 +17,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-libgit2>=1:1.4.0" makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-cc") source=("${_realname}-${pkgver}.tar.gz"::"${url}/archive/v${pkgver}.tar.gz") -sha256sums=('c4c04215eed965c9455b2736155695b08f0ffeaaf24299d9d33b0314499acdca') +sha256sums=('5d73def26a59546f8759a3ff3c7224a7e73a16650cab7e3145a63702ee209fcc') prepare() { cd "${srcdir}"