aboutsummaryrefslogtreecommitdiffstats
path: root/main/gnutls
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-10-13 23:19:37 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-10-13 23:27:13 +0200
commitdd551abf7b2ed4e460d04075ee5ef40231eac523 (patch)
treecfc23d3a83c1755db4cc8e4e4686d6e01dfe52b1 /main/gnutls
parent98f6b748a4a92cb62bc501a73a70338f801978d7 (diff)
downloadaports-dd551abf7b2ed4e460d04075ee5ef40231eac523.tar.bz2
aports-dd551abf7b2ed4e460d04075ee5ef40231eac523.tar.xz
main/gnutls: upgrade to 3.6.0
Diffstat (limited to 'main/gnutls')
-rw-r--r--main/gnutls/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/main/gnutls/APKBUILD b/main/gnutls/APKBUILD
index f615b66669..3c5cb8e79a 100644
--- a/main/gnutls/APKBUILD
+++ b/main/gnutls/APKBUILD
@@ -2,7 +2,7 @@
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gnutls
-pkgver=3.5.15
+pkgver=3.6.0
pkgrel=0
pkgdesc="A TLS protocol implementation"
url="http://www.gnutls.org/"
@@ -14,9 +14,7 @@ _v=${pkgver%.*}
case $pkgver in
*.*.*.*) _v=${_v%.*};;
esac
-source="ftp://ftp.gnutls.org/gcrypt/gnutls/v${_v}/$pkgname-$pkgver.tar.xz
- "
-
+source="ftp://ftp.gnutls.org/gcrypt/gnutls/v${_v}/$pkgname-$pkgver.tar.xz"
builddir="$srcdir/$pkgname-$pkgver"
# secfixes:
@@ -57,4 +55,4 @@ xx() {
mv "$pkgdir"/usr/lib/lib*xx.so.* "$subpkgdir"/usr/lib/
}
-sha512sums="046cf3adf6cc3d38fd431f2ff28ddabb65f3c13379516d105316a04c7128be89c5f7ed3df6a034fc06e9ab2e154c2cde2f5cbe8530a1e58cc4b4fb72e158134b gnutls-3.5.15.tar.xz"
+sha512sums="e5f36d7e8d64e8432098e30549c321745d3605eeb85aba2a04bfa92146ca771961f0e2f3682bcae36be5b6095acd25996104a4213ce7b3466d61332a5188dc03 gnutls-3.6.0.tar.xz"