mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
nettle: bump version
SONAME bump
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user