paperkey: update to openssl 3

This commit is contained in:
PulkoMandy
2024-08-24 09:19:15 +02:00
parent 264d2cba86
commit 334c4769fc

View File

@@ -5,7 +5,7 @@ secret key if needed."
HOMEPAGE="http://www.jabberwocky.com/software/paperkey/"
COPYRIGHT="2007-2016 David Shaw"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="http://www.jabberwocky.com/software/paperkey/paperkey-$portVersion.tar.gz"
CHECKSUM_SHA256="a245fd13271a8d2afa03dde979af3a29eb3d4ebb1fbcad4a9b52cf67a27d05f7"
@@ -30,7 +30,7 @@ BUILD_REQUIRES="
"
if [ "$effectiveTargetArchitecture" != x86_gcc2 ]; then
BUILD_REQUIRES="$BUILD_REQUIRES
devel:libcrypto$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
"
fi