From 4504e806ef8ce79b27f113bb359ed80ecdf8ea5b Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov Date: Thu, 27 Jun 2024 23:13:14 +0300 Subject: [PATCH] python-pygit2: update to 1.16.0 --- 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 639acd78d5973..459d9d6204131 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.14.1 +pkgver=1.16.0 pkgrel=1 pkgdesc='Python bindings for libgit2 (mingw-w64)' arch=('any') @@ -24,7 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-wheel" "${MINGW_PACKAGE_PREFIX}-cc") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('ec5958571b82a6351785ca645e5394c31ae45eec5384b2fa9c4e05dde3597ad6') +sha256sums=('7b29a6796baa15fc89d443ac8d51775411d9b1e5b06dc40d458c56c8576b48a2') prepare() { cd "${srcdir}"