summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob2017-07-04 05:25:07 +0200
committerjakob2017-07-04 05:25:07 +0200
commitf6c0df87cd0b3ec1ac125a9a1ea0d2c0176987af (patch)
tree379a7eab2bfc19e8121896ecb21c93a9de8333c0
parenta18b4a097ccc8f36e86ad8c2e0454dc05c0cb2a7 (diff)
downloadaur-f6c0df87cd0b3ec1ac125a9a1ea0d2c0176987af.tar.gz
0.26.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e62a28de88ca..f1b4fee3b6b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 5.0.1
-# Wed Jan 25 14:22:22 UTC 2017
+# Tue Jul 04 03:20:10 UTC 2017
pkgbase = mingw-w64-libgit2
pkgdesc = A portable, pure C implementation of the Git core methods (mingw-w64)
- pkgver = 0.25.1
+ pkgver = 0.26.0
pkgrel = 1
url = https://github.com/libgit2/libgit2
arch = any
@@ -14,8 +14,7 @@ pkgbase = mingw-w64-libgit2
options = staticlibs
options = !buildflags
options = !strip
- source = https://github.com/libgit2/libgit2/archive/v0.25.1.tar.gz
- sha1sums = c65238d0e0a698b202a3a886d003228cac6dacc3
+ source = https://github.com/libgit2/libgit2/archive/v0.26.0.tar.gz
+ sha1sums = 7e9792e3d2ee88719f0d7cb59737256bfc1cddbb
pkgname = mingw-w64-libgit2
-
diff --git a/PKGBUILD b/PKGBUILD
index 7c37b566955c..8693d5a5b951 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jakob <grandchild@gmx.net>
pkgname=mingw-w64-libgit2
-pkgver=0.25.1
+pkgver=0.26.0
pkgrel=1
pkgdesc="A portable, pure C implementation of the Git core methods (mingw-w64)"
arch=(any)
@@ -13,7 +13,7 @@ options=(staticlibs !buildflags !strip)
license=(GPL)
url="https://github.com/libgit2/libgit2"
source=("https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz")
-sha1sums=('c65238d0e0a698b202a3a886d003228cac6dacc3')
+sha1sums=('7e9792e3d2ee88719f0d7cb59737256bfc1cddbb')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"