summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob2018-08-03 20:28:12 +0200
committerjakob2018-08-03 20:28:12 +0200
commit3d548cf8336bb6e2b706aa9e770bf3b0e15f2cb8 (patch)
treeb5bfd0710d3634347497a6b0106cf9f184ca57ec
parent9d14e4226f5292f1e9fd65bb8e1bb73e891fc35e (diff)
downloadaur-3d548cf8336bb6e2b706aa9e770bf3b0e15f2cb8.tar.gz
0.27.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc637432fb56..911bc4c6e402 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 = 0.27.2
+ pkgver = 0.27.3
pkgrel = 1
url = https://github.com/libgit2/libgit2
arch = any
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-libgit2
options = staticlibs
options = !buildflags
options = !strip
- source = https://github.com/libgit2/libgit2/archive/v0.27.2.tar.gz
- sha1sums = 7d2bc721fbd77d24551e344fecf130434ffd6f5d
+ source = https://github.com/libgit2/libgit2/archive/v0.27.3.tar.gz
+ sha1sums = 0ba7125c547b6538eae7f5117e8d39d9f2a8d5f2
pkgname = mingw-w64-libgit2
diff --git a/PKGBUILD b/PKGBUILD
index d9194e94bf0e..5ca620a4247e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jakob <grandchild@gmx.net>
pkgname=mingw-w64-libgit2
-pkgver=0.27.2
+pkgver=0.27.3
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=('7d2bc721fbd77d24551e344fecf130434ffd6f5d')
+sha1sums=('0ba7125c547b6538eae7f5117e8d39d9f2a8d5f2')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"