From 81321f726f527445139efa23006d5aa4680f91f0 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Fri, 3 Apr 2020 23:35:18 +0300 Subject: [PATCH] gnutls: update to 3.6.13. --- srcpkgs/gnutls/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gnutls/template b/srcpkgs/gnutls/template index 15b584767ab..dc5c58da50e 100644 --- a/srcpkgs/gnutls/template +++ b/srcpkgs/gnutls/template @@ -1,7 +1,7 @@ # Template file for 'gnutls' pkgname=gnutls -version=3.6.12 -revision=2 +version=3.6.13 +revision=1 build_style=gnu-configure configure_args="--with-zlib --disable-guile --disable-static --disable-valgrind-tests --disable-rpath @@ -17,7 +17,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=bfacf16e342949ffd977a9232556092c47164bd26e166736cf3459a870506c4b +checksum=32041df447d9f4644570cf573c9f60358e865637d69b7e59d1159b7240b52f38 gnutls-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}"