sqlcipher: update to openssl 3

This commit is contained in:
PulkoMandy
2024-08-24 09:34:23 +02:00
parent 1c7a0d1629
commit a19031768e

View File

@@ -7,7 +7,7 @@ periodically integrates stable SQLite release features."
HOMEPAGE="https://www.zetetic.net/sqlcipher"
COPYRIGHT="2016-2020 ZETETIC LLC"
LICENSE="BSD (3-clause)"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/sqlcipher/sqlcipher/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="87458e0e16594b3ba6c7a1f046bc1ba783d002d35e0e7b61bb6b7bb862f362a7"
SOURCE_FILENAME="sqlcipher-$portVersion.tar.gz"
@@ -41,7 +41,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcrypto$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
"
BUILD_PREREQUIRES="
cmd:awk