summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob2020-06-05 17:38:53 +0200
committerjakob2020-06-05 17:38:53 +0200
commit68df0916cfe908e5e31dca13ffd56bc9e37d5ddc (patch)
treebfaf0a92dbd2a91de14269c2f32581ca6695d647
parent2dc06e372ccb6b8537fb2072dfeb5b51fdf9cdab (diff)
downloadaur-68df0916cfe908e5e31dca13ffd56bc9e37d5ddc.tar.gz
1.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c35641a3d64..fecaf249fecb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-libgit2
pkgdesc = A portable, pure C implementation of the Git core methods (mingw-w64)
- pkgver = 1.0.0
- pkgrel = 2
+ pkgver = 1.0.1
+ pkgrel = 1
url = https://github.com/libgit2/libgit2
arch = any
license = GPL
@@ -17,8 +17,8 @@ pkgbase = mingw-w64-libgit2
options = staticlibs
options = !buildflags
options = !strip
- source = https://github.com/libgit2/libgit2/archive/v1.0.0.tar.gz
- sha256sums = 6a1fa16a7f6335ce8b2630fbdbb5e57c4027929ebc56fcd1ac55edb141b409b4
+ source = https://github.com/libgit2/libgit2/archive/v1.0.1.tar.gz
+ sha256sums = 1775427a6098f441ddbaa5bd4e9b8a043c7401e450ed761e69a415530fea81d2
pkgname = mingw-w64-libgit2
diff --git a/PKGBUILD b/PKGBUILD
index 4d0a9f2ac554..635828e29481 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: jakob <grandchild@gmx.net>
pkgname=mingw-w64-libgit2
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
pkgdesc="A portable, pure C implementation of the Git core methods (mingw-w64)"
arch=(any)
depends=(mingw-w64-{crt,curl,libssh2,openssl,zlib})
@@ -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=('6a1fa16a7f6335ce8b2630fbdbb5e57c4027929ebc56fcd1ac55edb141b409b4')
+sha256sums=('1775427a6098f441ddbaa5bd4e9b8a043c7401e450ed761e69a415530fea81d2')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"