From f0e9eefd4314b1ee69f9974e8753d65ff5e51d77 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 5 Jan 2021 19:11:56 +0100 Subject: [PATCH] nettle: bump version SONAME bump --- .../nettle/{nettle-3.5.1.recipe => nettle-3.7.recipe} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename net-libs/nettle/{nettle-3.5.1.recipe => nettle-3.7.recipe} (84%) diff --git a/net-libs/nettle/nettle-3.5.1.recipe b/net-libs/nettle/nettle-3.7.recipe similarity index 84% rename from net-libs/nettle/nettle-3.5.1.recipe rename to net-libs/nettle/nettle-3.7.recipe index 36f8c1cc4..11fed1194 100644 --- a/net-libs/nettle/nettle-3.5.1.recipe +++ b/net-libs/nettle/nettle-3.7.recipe @@ -10,15 +10,15 @@ LICENSE="GNU GPL v2 GNU LGPL v3" REVISION="1" SOURCE_URI="https://ftp.gnu.org/gnu/nettle/nettle-$portVersion.tar.gz" -CHECKSUM_SHA256="75cca1998761b02e16f2db56da52992aef622bf55a3b45ec538bc2eedadc9419" +CHECKSUM_SHA256="f001f64eb444bf13dd91bceccbc20acbc60c4311d6e2b20878452eb9a9cec75a" ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" PROVIDES=" nettle$secondaryArchSuffix = $portVersion - lib:libnettle$secondaryArchSuffix = 7.0 compat >= 7 - lib:libhogweed$secondaryArchSuffix = 5.0 compat >= 5 + lib:libnettle$secondaryArchSuffix = 8.1 compat >= 8 + lib:libhogweed$secondaryArchSuffix = 6.1 compat >= 6 " if [ -z "$secondaryArchSuffix" ]; then PROVIDES="$PROVIDES @@ -37,8 +37,8 @@ REQUIRES=" PROVIDES_devel=" nettle${secondaryArchSuffix}_devel = $portVersion - devel:libnettle$secondaryArchSuffix = 7.0 compat >= 7 - devel:libhogweed$secondaryArchSuffix = 5.0 compat >= 5 + devel:libnettle$secondaryArchSuffix = 8.1 compat >= 8 + devel:libhogweed$secondaryArchSuffix = 6.1 compat >= 6 " REQUIRES_devel=" nettle$secondaryArchSuffix == $portVersion base