summaryrefslogtreecommitdiffstats
path: root/main/gnutls
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2013-01-03 22:24:03 +0100
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2013-01-03 22:24:17 +0100
commit7fbf2749915521199741fa15034a9d620b025200 (patch)
tree85c57b766240d1f62daf62fb3e432efd69cd37f9 /main/gnutls
parentab4948d160bf7a9db70657f169475ea46bc21a3b (diff)
downloadaports-7fbf2749915521199741fa15034a9d620b025200.tar.bz2
aports-7fbf2749915521199741fa15034a9d620b025200.tar.xz
main/gnutls: upgrade to 3.1.6
Diffstat (limited to 'main/gnutls')
-rw-r--r--main/gnutls/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/gnutls/APKBUILD b/main/gnutls/APKBUILD
index 6b0ae1a59..9911f547b 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"