gnutls: bump version

This commit is contained in:
Jerome Duval
2021-06-07 17:36:59 +02:00
parent b66dde06e3
commit 7696d2c5f5
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="0ea8c3283de8d8335d7ae338ef27c53a916f15f382753b174c18b45ffd481558"
CHECKSUM_SHA256="1b79b381ac283d8b054368b335c408fedcb9b7144e0c07f531e3537d4328f3b3"
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.28.1"
libgnutlsVersion="30.28.2"
libgnutlsxxVersion="28.1.0"
libgnutls_opensslVersionCompat="$libgnutls_opensslVersion compat >= ${libgnutls_opensslVersion%%.*}"