summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob2022-07-19 11:15:06 +0200
committerjakob2022-07-19 11:15:06 +0200
commit5f1ec2b3dcb2ffea53510fcfed0ee86bb361c7d0 (patch)
tree3e166ae9ccf2412efc3ea9f741ccbbb247d18f11
parent39df04d49821a9a4a0d679889183692bda9562e9 (diff)
downloadaur-5f1ec2b3dcb2ffea53510fcfed0ee86bb361c7d0.tar.gz
1.4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5457f8b1dabc..7496c2b12d59 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.3
+ pkgver = 1.4.4
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.3.tar.gz
- sha256sums = f48b961e463a9e4e7e7e58b21a0fb5a9b2a1d24d9ba4d15870a0c9b8ad965163
+ source = https://github.com/libgit2/libgit2/archive/v1.4.4.tar.gz
+ sha256sums = e9923e9916a32f54c661d55d79c28fa304cb23617639e68bff9f94d3e18f2d4b
pkgname = mingw-w64-libgit2
diff --git a/PKGBUILD b/PKGBUILD
index fd66d9be462d..656ee8208f86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jakob <grandchild@gmx.net>
pkgname=mingw-w64-libgit2
-pkgver=1.4.3
+pkgver=1.4.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=('f48b961e463a9e4e7e7e58b21a0fb5a9b2a1d24d9ba4d15870a0c9b8ad965163')
+sha256sums=('e9923e9916a32f54c661d55d79c28fa304cb23617639e68bff9f94d3e18f2d4b')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"