summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob2019-02-03 14:59:02 +0100
committerjakob2019-02-03 14:59:02 +0100
commit17edd0fcc69bfebeab55e8f2b46ac0b900385fed (patch)
tree2c7f0b0736c1d7a9453144bbedb3e84dd3843a6d
parent770cc0df22b18112c3b1f952515cc4a3820ed3a2 (diff)
downloadaur-17edd0fcc69bfebeab55e8f2b46ac0b900385fed.tar.gz
0.27.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0142232096c5..a98d3e4abcc4 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.7
+ pkgver = 0.27.8
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.7.tar.gz
- sha1sums = 1898564266b4672ac3a1e98e9ce5a57bd1cd48c0
+ source = https://github.com/libgit2/libgit2/archive/v0.27.8.tar.gz
+ sha256sums = 8313873d49dc01e8b880ec334d7430ae67496a89aaa8c6e7bbd3affb47a00c76
pkgname = mingw-w64-libgit2
diff --git a/PKGBUILD b/PKGBUILD
index e2e006ef209f..f930ed5abeda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jakob <grandchild@gmx.net>
pkgname=mingw-w64-libgit2
-pkgver=0.27.7
+pkgver=0.27.8
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=('1898564266b4672ac3a1e98e9ce5a57bd1cd48c0')
+sha256sums=('8313873d49dc01e8b880ec334d7430ae67496a89aaa8c6e7bbd3affb47a00c76')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"