summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob2018-10-14 21:07:56 +0200
committerjakob2018-10-14 21:07:56 +0200
commit03df273428050bbc365bdbe7d7999be955a4a10b (patch)
tree78117f9317165fc91b3e8196039b7d2acc0236b2
parent2e3c86bb6bfbc5b9fe3032b02f4a46f99737ab39 (diff)
downloadaur-03df273428050bbc365bdbe7d7999be955a4a10b.tar.gz
0.27.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a15c5c5568e..49e210b9af40 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.4
+ pkgver = 0.27.5
pkgrel = 1
url = https://github.com/libgit2/libgit2
arch = any
@@ -17,8 +17,8 @@ pkgbase = mingw-w64-libgit2
options = staticlibs
options = !buildflags
options = !strip
- source = https://github.com/libgit2/libgit2/archive/v0.27.4.tar.gz
- sha1sums = 47392972e2c9689dbce0cf68b1e678fcc9915c2a
+ source = https://github.com/libgit2/libgit2/archive/v0.27.5.tar.gz
+ sha1sums = dc339e9dd54316bd44b2769b52d5e30943e90dcf
pkgname = mingw-w64-libgit2
diff --git a/PKGBUILD b/PKGBUILD
index d716e5b4e35d..3cce3bac4243 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jakob <grandchild@gmx.net>
pkgname=mingw-w64-libgit2
-pkgver=0.27.4
+pkgver=0.27.5
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=('47392972e2c9689dbce0cf68b1e678fcc9915c2a')
+sha1sums=('dc339e9dd54316bd44b2769b52d5e30943e90dcf')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"