summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob2017-01-25 15:40:23 +0100
committerjakob2017-01-25 15:40:23 +0100
commita18b4a097ccc8f36e86ad8c2e0454dc05c0cb2a7 (patch)
tree35defd235d9057f7b99eae95ffe19f57a0cc55d1
parentb63e4f12e33cdeb62e71fdd9feff1cfb441baeee (diff)
downloadaur-a18b4a097ccc8f36e86ad8c2e0454dc05c0cb2a7.tar.gz
0.25.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a4419485674..e62a28de88ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 5.0.1
# Wed Jan 25 14:22:22 UTC 2017
pkgbase = mingw-w64-libgit2
- pkgdesc = A portable, pure C implementation of the Git core methods
- pkgver = 0.24.6
+ pkgdesc = A portable, pure C implementation of the Git core methods (mingw-w64)
+ pkgver = 0.25.1
pkgrel = 1
url = https://github.com/libgit2/libgit2
arch = any
@@ -14,8 +14,8 @@ pkgbase = mingw-w64-libgit2
options = staticlibs
options = !buildflags
options = !strip
- source = https://github.com/libgit2/libgit2/archive/v0.24.6.tar.gz
- sha1sums = 259d7ccdf716b273f239810bdd567195c3e02d0d
+ source = https://github.com/libgit2/libgit2/archive/v0.25.1.tar.gz
+ sha1sums = c65238d0e0a698b202a3a886d003228cac6dacc3
pkgname = mingw-w64-libgit2
diff --git a/PKGBUILD b/PKGBUILD
index c202a0e5e0f3..7c37b566955c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: jakob <grandchild@gmx.net>
pkgname=mingw-w64-libgit2
-pkgver=0.24.6
+pkgver=0.25.1
pkgrel=1
-pkgdesc="A portable, pure C implementation of the Git core methods"
+pkgdesc="A portable, pure C implementation of the Git core methods (mingw-w64)"
arch=(any)
depends=(mingw-w64-crt)
makedepends=(mingw-w64-cmake)
@@ -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=('259d7ccdf716b273f239810bdd567195c3e02d0d')
+sha1sums=('c65238d0e0a698b202a3a886d003228cac6dacc3')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"