aboutsummaryrefslogtreecommitdiffstats
path: root/main/gnutls
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-01-09 03:38:21 +0100
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-02-06 14:20:43 +0000
commit1fe28b50d3618c14970a75f80b2cfb0bf62971a8 (patch)
tree73e61fb434330d09189813c2e7aa8aa968c13d2e /main/gnutls
parentc63272cf569bea11b7307de7bea8de1fa020d11a (diff)
downloadaports-1fe28b50d3618c14970a75f80b2cfb0bf62971a8.tar.bz2
aports-1fe28b50d3618c14970a75f80b2cfb0bf62971a8.tar.xz
main/gnutls: upgrade to 3.6.5
Diffstat (limited to 'main/gnutls')
-rw-r--r--main/gnutls/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/gnutls/APKBUILD b/main/gnutls/APKBUILD
index 713fe9827c..fde1a9df7f 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.6.4
+pkgver=3.6.5
pkgrel=0
pkgdesc="A TLS protocol implementation"
url="https://www.gnutls.org/"
@@ -45,7 +45,7 @@ check() {
# XXX: Some tests fail on x86 and x86_64, most likely due to some problem
# on the builders (cannot reproduce it locally and it passes on others).
- make check || true
+ make check
}
package() {
@@ -65,5 +65,5 @@ xx() {
mv "$pkgdir"/usr/lib/lib*xx.so.* "$subpkgdir"/usr/lib/
}
-sha512sums="f39ac09b48ebf230653cbf82b29ded39a1403313067135495b23f428b35783f9ef073993157d1f284678abedd19e2cf1fd01af843001b88320ca17b346b219ab gnutls-3.6.4.tar.xz
+sha512sums="127f053ce45c63cd745fa5a654a2d8e4fbc322f5e17dcc3740fb2e7b376dd18dad59318d66e6e93e37d6a179fca4b35cf2ae62d13be5645cd2d06badd79d4dce gnutls-3.6.5.tar.xz
14b1be86a0180c914aaaada261ccf01914d48df9510b57572e4f32683d1dd984a907ecf2c848cc4773b1c139059de26383a2c617f509f8c75b985668a23fd28d tests-date-compat.patch"