diff options
author | jakob | 2024-12-28 16:18:21 +0100 |
---|---|---|
committer | jakob | 2024-12-28 16:18:21 +0100 |
commit | 06f5ac99ea211652a1a3629500ecaaaabb8434e8 (patch) | |
tree | 11d8a8eb3597d33b433c8de11149738a4dbaf348 /PKGBUILD | |
parent | 1bfba119468960d58c7fdd303867a35c51ae76e8 (diff) | |
download | aur-06f5ac99ea211652a1a3629500ecaaaabb8434e8.tar.gz |
1.8.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: jakob <grandchild@gmx.net> pkgname=mingw-w64-libgit2 -pkgver=1.8.3 +pkgver=1.8.4 pkgrel=1 pkgdesc="A portable, pure C implementation of the Git core methods (mingw-w64)" arch=(any) @@ -11,7 +11,7 @@ options=(staticlibs !buildflags !strip) license=(GPL) url="https://github.com/libgit2/libgit2" source=("https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz") -sha256sums=('868810a5508d41dd7033d41bdc55312561f3f916d64f5b7be92bc1ff4dcae02a') +sha256sums=('49d0fc50ab931816f6bfc1ac68f8d74b760450eebdb5374e803ee36550f26774') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" |