aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/gnutls/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/gnutls/APKBUILD b/main/gnutls/APKBUILD
index 6b0ae1a596d..9911f547b86 100644
--- a/main/gnutls/APKBUILD
+++ b/main/gnutls/APKBUILD
@@ -1,10 +1,10 @@
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gnutls
-pkgver=3.1.5
+pkgver=3.1.6
pkgrel=1
pkgdesc="A TLS protocol implementation"
-url="http://www.gnu.org/software/gnutls/"
+url="http://www.gnutls.org/"
arch="all"
license="GPL"
depends=
@@ -12,7 +12,7 @@ depends_dev="nettle-dev zlib-dev libtasn1-dev p11-kit-dev"
makedepends="$depends_dev"
install=
subpackages="$pkgname-doc $pkgname-dev $pkgname-utils $pkgname-c++:xx"
-source="http://ftp.gnu.org/pub/gnu/gnutls/$pkgname-$pkgver.tar.xz"
+source="ftp://ftp.gnutls.org/gcrypt/gnutls/v${pkgver%.*}/$pkgname-$pkgver.tar.xz"
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -47,4 +47,4 @@ xx() {
mv "$pkgdir"/usr/lib/lib*xx.so.* "$subpkgdir"/usr/lib/
}
-md5sums="cd4e5a5382b0e0c76c6cffe30d48bbb6 gnutls-3.1.5.tar.xz"
+md5sums="835a5d20def765cd49ad7274ff3e7493 gnutls-3.1.6.tar.xz"