summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob2019-07-16 10:33:43 +0200
committerJakob2019-07-16 10:33:43 +0200
commitce19bf2c97db1bffd52379bea3d0ddf113824834 (patch)
tree69755c28f426c5cc6fc3178e438e424ae07a8e74
parent17edd0fcc69bfebeab55e8f2b46ac0b900385fed (diff)
downloadaur-ce19bf2c97db1bffd52379bea3d0ddf113824834.tar.gz
0.28.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a98d3e4abcc4..9942b13a109c 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.8
+ pkgver = 0.28.2
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.8.tar.gz
- sha256sums = 8313873d49dc01e8b880ec334d7430ae67496a89aaa8c6e7bbd3affb47a00c76
+ source = https://github.com/libgit2/libgit2/archive/v0.28.2.tar.gz
+ sha256sums = 42b5f1e9b9159d66d86fff0394215c5733b6ef8f9b9d054cdd8c73ad47177fc3
pkgname = mingw-w64-libgit2
diff --git a/PKGBUILD b/PKGBUILD
index f930ed5abeda..14682e29da28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jakob <grandchild@gmx.net>
pkgname=mingw-w64-libgit2
-pkgver=0.27.8
+pkgver=0.28.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")
-sha256sums=('8313873d49dc01e8b880ec334d7430ae67496a89aaa8c6e7bbd3affb47a00c76')
+sha256sums=('42b5f1e9b9159d66d86fff0394215c5733b6ef8f9b9d054cdd8c73ad47177fc3')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"