From f4da7d3d228eaed75f8a01db23fc879661e28867 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sat, 5 Aug 2023 19:17:30 +0200 Subject: [PATCH] gnutls: update to 3.8.1. --- srcpkgs/gnutls/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gnutls/template b/srcpkgs/gnutls/template index 4a4f09c9b0709..f64f0ace87360 100644 --- a/srcpkgs/gnutls/template +++ b/srcpkgs/gnutls/template @@ -1,6 +1,6 @@ # Template file for 'gnutls' pkgname=gnutls -version=3.8.0 +version=3.8.1 revision=1 build_style=gnu-configure configure_args="--disable-static --disable-valgrind-tests @@ -22,7 +22,7 @@ license="GPL-3.0-only, LGPL-2.1-or-later" homepage="https://gnutls.org" changelog="https://gitlab.com/gnutls/gnutls/-/raw/master/NEWS" distfiles="https://www.gnupg.org/ftp/gcrypt/gnutls/v${version%.*}/gnutls-${version}.tar.xz" -checksum=0ea0d11a1660a1e63f960f157b197abe6d0c8cb3255be24e1fb3815930b9bdc5 +checksum=ba8b9e15ae20aba88f44661978f5b5863494316fe7e722ede9d069fe6294829c # same as $PASS in tests/cert-tests/certtool.sh make_check_pre="env GNUTLS_PIN=1234"