dooble: update to openssl 3

This commit is contained in:
PulkoMandy
2024-08-25 11:50:19 +02:00
parent 9ddf8519a7
commit 705df55102

View File

@@ -6,7 +6,7 @@ manager, and many others."
HOMEPAGE="https://textbrowser.github.io/dooble/"
COPYRIGHT="2008-present Alexis Megas"
LICENSE="BSD (3-clause)"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/textbrowser/dooble/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="f5e67fd052af762b7658f70e268dd73af8e1f39f2eb335a0848c34242ca70315"
SOURCE_DIR="dooble-$portVersion"
@@ -43,7 +43,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcrypto$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
devel:libexecinfo$secondaryArchSuffix
devel:libgcrypt$secondaryArchSuffix
devel:libGL$secondaryArchSuffix
@@ -56,7 +56,7 @@ BUILD_REQUIRES="
devel:libQt5WebEngine$secondaryArchSuffix
devel:libQt5Widgets$secondaryArchSuffix
devel:libsqlite3$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 3
"
BUILD_PREREQUIRES="
cmd:g++$secondaryArchSuffix