summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob2023-08-01 18:26:01 +0200
committerjakob2023-08-01 18:26:01 +0200
commit8043db6adec556bbd1961956100b8752f95ee8f7 (patch)
tree1e52b94e70e11158b8f1b8aba2662a867e654d3a
parentbc98b2b608bbc527d6652f554550ca50a6d1e5aa (diff)
downloadaur-8043db6adec556bbd1961956100b8752f95ee8f7.tar.gz
1.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8eed7fc1fadd..eb0217598c89 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.6.4
+ pkgver = 1.7.0
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.6.4.tar.gz
- sha256sums = d25866a4ee275a64f65be2d9a663680a5cf1ed87b7ee4c534997562c828e500d
+ source = https://github.com/libgit2/libgit2/archive/v1.7.0.tar.gz
+ sha256sums = d9d0f84a86bf98b73e68997f5c1543cc5067d0ca9c7a5acaba3e8d117ecefef3
pkgname = mingw-w64-libgit2
diff --git a/PKGBUILD b/PKGBUILD
index 44d9df67d807..f80a711845bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jakob <grandchild@gmx.net>
pkgname=mingw-w64-libgit2
-pkgver=1.6.4
+pkgver=1.7.0
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=('d25866a4ee275a64f65be2d9a663680a5cf1ed87b7ee4c534997562c828e500d')
+sha256sums=('d9d0f84a86bf98b73e68997f5c1543cc5067d0ca9c7a5acaba3e8d117ecefef3')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"