summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob2020-04-29 13:09:13 +0200
committerjakob2020-04-29 13:09:13 +0200
commite49a0f3cee878a71ad14c87a77c20b347bbbb567 (patch)
treebb5c8654e046a7b262b95056f5a929c6455ce161
parentafba7c755586a971e29d3331096d044854bba87f (diff)
downloadaur-e49a0f3cee878a71ad14c87a77c20b347bbbb567.tar.gz
1.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67a2841f4471..4a92c8bfcf19 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 = 0.99.0
- pkgrel = 2
+ pkgver = 1.0.0
+ pkgrel = 1
url = https://github.com/libgit2/libgit2
arch = i686
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = mingw-w64-libgit2
options = staticlibs
options = !buildflags
options = !strip
- source = https://github.com/libgit2/libgit2/archive/v0.99.0.tar.gz
- sha256sums = 174024310c1563097a6613a0d3f7539d11a9a86517cd67ce533849065de08a11
+ source = https://github.com/libgit2/libgit2/archive/v1.0.0.tar.gz
+ sha256sums = 6a1fa16a7f6335ce8b2630fbdbb5e57c4027929ebc56fcd1ac55edb141b409b4
pkgname = mingw-w64-libgit2
diff --git a/PKGBUILD b/PKGBUILD
index dd4f344b4d0f..f4d5e1f5b65d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: jakob <grandchild@gmx.net>
pkgname=mingw-w64-libgit2
-pkgver=0.99.0
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
pkgdesc="A portable, pure C implementation of the Git core methods (mingw-w64)"
arch=(i686 x86_64)
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=('174024310c1563097a6613a0d3f7539d11a9a86517cd67ce533849065de08a11')
+sha256sums=('6a1fa16a7f6335ce8b2630fbdbb5e57c4027929ebc56fcd1ac55edb141b409b4')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"