aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/libgit2/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/libgit2/APKBUILD b/main/libgit2/APKBUILD
index edb2135574..13a0f1b5ab 100644
--- a/main/libgit2/APKBUILD
+++ b/main/libgit2/APKBUILD
@@ -3,8 +3,8 @@
# Contributor: Pierre-Gilas MILLON <pgmillon@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libgit2
-pkgver=0.28.2
-pkgrel=1
+pkgver=0.28.3
+pkgrel=0
pkgdesc="A linkable library for Git"
url="https://libgit2.org/"
arch="all"
@@ -12,7 +12,7 @@ license="GPL-2.0-only WITH GCC-exception-2.0"
depends_dev="curl-dev libssh2-dev"
makedepends="$depends_dev python2 cmake zlib-dev openssl-dev"
subpackages="$pkgname-static $pkgname-dev $pkgname-tests::noarch"
-source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz
+source="$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v$pkgver.tar.gz
"
options="!check" # FIXME some tests fails
@@ -69,4 +69,4 @@ tests() {
cp -a "$builddir"/tests "$subpkgdir"/usr/src/$pkgname/
}
-sha512sums="0879c162e2e1dc00eadfbda22cd1f9d3a95b4ec2b653c108983f37c2f695140882de4d50d7cbc04ced247125a4e9fe6df16130e1267891aecdb2411d920db5c6 libgit2-0.28.2.tar.gz"
+sha512sums="15444823b7d4885f7b8c3982f8905efc4a75913de016a9b2e0a24d5ce9746e6a549dffd5469036529557feff2ce7ece9328266eb312c80b96091ce0f65ee97ee libgit2-0.28.3.tar.gz"