libp11, fix libVersion, revbump for openssl3 (#10999)

This commit is contained in:
Schrijvers Luc
2024-08-31 11:35:11 +02:00
committed by GitHub
parent 83adb01e32
commit dd5dd99a50

View File

@@ -7,14 +7,14 @@ COPYRIGHT="2016-2019 Michał Trojnara
2007-2009 Andreas Jellinghaus
2011 Martin Paljak"
LICENSE="GNU LGPL v2.1"
REVISION="2"
REVISION="3"
SOURCE_URI="$HOMEPAGE/releases/download/libp11-$portVersion/libp11-$portVersion.tar.gz"
CHECKSUM_SHA256="639ea43c3341e267214b712e1e5e12397fd2d350899e673dd1220f3c6b8e3db4"
ARCHITECTURES="all"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
libVersion="3.4.2"
libVersion="2.5.2"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
PROVIDES="
@@ -39,7 +39,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcrypto$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
"
BUILD_PREREQUIRES="
cmd:aclocal