summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob2022-03-16 02:04:32 +0100
committerjakob2022-03-16 02:04:32 +0100
commita985ae47395cb36858cce6c807bcb01d3169810f (patch)
tree95bcde223aedfb9eb0c601a2652757e50e2321bb
parent15226f00be241fa6eb33845eb5b2e70ea5343121 (diff)
downloadaur-a985ae47395cb36858cce6c807bcb01d3169810f.tar.gz
1.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df704191389c..03b9adcc0502 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libgit2
pkgdesc = A portable, pure C implementation of the Git core methods (mingw-w64)
- pkgver = 1.4.1
+ pkgver = 1.4.2
pkgrel = 1
url = https://github.com/libgit2/libgit2
arch = any
@@ -14,7 +14,7 @@ pkgbase = mingw-w64-libgit2
options = staticlibs
options = !buildflags
options = !strip
- source = https://github.com/libgit2/libgit2/archive/v1.4.1.tar.gz
- sha256sums = fccd371a271133e29d002dd207490d22a0c9b06992b874b8edb8366532a94f54
+ source = https://github.com/libgit2/libgit2/archive/v1.4.2.tar.gz
+ sha256sums = 901c2b4492976b86477569502a41c31b274b69adc177149c02099ea88404ef19
pkgname = mingw-w64-libgit2
diff --git a/PKGBUILD b/PKGBUILD
index e7b01b387bb6..3349d73e981c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jakob <grandchild@gmx.net>
pkgname=mingw-w64-libgit2
-pkgver=1.4.1
+pkgver=1.4.2
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=('fccd371a271133e29d002dd207490d22a0c9b06992b874b8edb8366532a94f54')
+sha256sums=('901c2b4492976b86477569502a41c31b274b69adc177149c02099ea88404ef19')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"