summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob2021-07-01 14:24:05 +0200
committerjakob2021-07-01 14:24:05 +0200
commit208193ca9a634556d3f6c6bb67514167d1646b1a (patch)
tree266b47cdf47c892ffddffc75093f9ebeef06b58a
parentee8f544eb383f662777403240c0a9baceeccbd59 (diff)
downloadaur-208193ca9a634556d3f6c6bb67514167d1646b1a.tar.gz
1.1.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b1cfe174ef8..71cc20fe48bd 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 = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/libgit2/libgit2
arch = any
@@ -14,8 +14,7 @@ pkgbase = mingw-w64-libgit2
options = staticlibs
options = !buildflags
options = !strip
- source = https://github.com/libgit2/libgit2/archive/v1.1.0.tar.gz
- sha256sums = 41a6d5d740fd608674c7db8685685f45535323e73e784062cf000a633d420d1e
+ source = https://github.com/libgit2/libgit2/archive/v1.1.1.tar.gz
+ sha256sums = 13a525373f64c711a00a058514d890d1512080265f98e0935ab279393f21a620
pkgname = mingw-w64-libgit2
-
diff --git a/PKGBUILD b/PKGBUILD
index 70ea3261d236..fbd644063e98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jakob <grandchild@gmx.net>
pkgname=mingw-w64-libgit2
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="A portable, pure C implementation of the Git core methods (mingw-w64)"
arch=(any)
@@ -11,7 +11,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=('41a6d5d740fd608674c7db8685685f45535323e73e784062cf000a633d420d1e')
+sha256sums=('13a525373f64c711a00a058514d890d1512080265f98e0935ab279393f21a620')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"