From ff519f39bfb5e531851a3fbe3093031101c7aef3 Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Mon, 30 Sep 2019 18:04:44 -0400 Subject: [PATCH] gnutls: update to 3.6.10. --- srcpkgs/gnutls/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gnutls/template b/srcpkgs/gnutls/template index 07970778ed0..d4b9123540b 100644 --- a/srcpkgs/gnutls/template +++ b/srcpkgs/gnutls/template @@ -1,7 +1,7 @@ # Template file for 'gnutls' pkgname=gnutls -version=3.6.9 -revision=3 +version=3.6.10 +revision=1 build_style=gnu-configure configure_args="--with-zlib --disable-guile --disable-static --disable-valgrind-tests --disable-rpath @@ -16,7 +16,7 @@ maintainer="Orphaned " license="GPL-3.0-only, LGPL-2.1-or-later" homepage="https://gnutls.org" distfiles="https://www.gnupg.org/ftp/gcrypt/gnutls/v${version%.*}/gnutls-${version}.tar.xz" -checksum=4331fca55817ecdd74450b908a6c29b4f05bb24dd13144c6284aa34d872e1fcb +checksum=b1f3ca67673b05b746a961acf2243eaae0ffe658b6a6494265c648e7c7812293 gnutls-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}"