gnutls, bump version (#7148)

This commit is contained in:
Schrijvers Luc
2022-09-03 07:59:36 +02:00
committed by GitHub
parent 3544b6e985
commit 7d878acefb
2 changed files with 3 additions and 3 deletions

View File

@@ -10,9 +10,9 @@ COPYRIGHT="2000-2018 Free Software Fundation Inc.
2004-2008 Simon Josefsson
2000-2004 Nikos Mavrogiannopoulos"
LICENSE="GNU LGPL v2.1"
REVISION="2"
REVISION="1"
SOURCE_URI="https://www.gnupg.org/ftp/gcrypt/gnutls/v${portVersion%\.*}/gnutls-$portVersion.tar.xz"
CHECKSUM_SHA256="e6adbebcfbc95867de01060d93c789938cf89cc1d1f6ef9ef661890f6217451f"
CHECKSUM_SHA256="be9143d0d58eab64dba9b77114aaafac529b6c0d7e81de6bdf1c9b59027d2106"
SOURCE_DIR="gnutls-$portVersion"
PATCHES="gnutls-$portVersion.patchset"
@@ -27,7 +27,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
fi
libgnutls_opensslVersion="27.0.2"
libgnutlsVersion="30.32.0"
libgnutlsVersion="30.34.1"
libgnutlsxxVersion="30.0.0"
libgnutls_opensslVersionCompat="$libgnutls_opensslVersion compat >= ${libgnutls_opensslVersion%%.*}"