summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob2018-06-14 11:40:10 +0200
committerjakob2018-06-14 11:40:10 +0200
commit9d14e4226f5292f1e9fd65bb8e1bb73e891fc35e (patch)
tree3c7c0a2aac5440cb0f184952cca32c9feff4b3d9
parentf6c0df87cd0b3ec1ac125a9a1ea0d2c0176987af (diff)
downloadaur-9d14e4226f5292f1e9fd65bb8e1bb73e891fc35e.tar.gz
0.27.2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1b4fee3b6b1..cc637432fb56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by makepkg 5.0.1
-# 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.26.0
+ pkgver = 0.27.2
pkgrel = 1
url = https://github.com/libgit2/libgit2
arch = any
@@ -14,7 +12,8 @@ pkgbase = mingw-w64-libgit2
options = staticlibs
options = !buildflags
options = !strip
- source = https://github.com/libgit2/libgit2/archive/v0.26.0.tar.gz
- sha1sums = 7e9792e3d2ee88719f0d7cb59737256bfc1cddbb
+ source = https://github.com/libgit2/libgit2/archive/v0.27.2.tar.gz
+ sha1sums = 7d2bc721fbd77d24551e344fecf130434ffd6f5d
pkgname = mingw-w64-libgit2
+
diff --git a/PKGBUILD b/PKGBUILD
index 8693d5a5b951..d9194e94bf0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jakob <grandchild@gmx.net>
pkgname=mingw-w64-libgit2
-pkgver=0.26.0
+pkgver=0.27.2
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=('7e9792e3d2ee88719f0d7cb59737256bfc1cddbb')
+sha1sums=('7d2bc721fbd77d24551e344fecf130434ffd6f5d')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"