supertuxkart, revbump for openssl3, fixes crash when enabling internet (#11150)

This commit is contained in:
Schrijvers Luc
2024-09-19 17:02:05 +02:00
committed by GitHub
parent 3857d73470
commit ecb1e5697a

View File

@@ -16,7 +16,7 @@ players from all over the world and prove your racing skills!"
HOMEPAGE="https://supertuxkart.net"
COPYRIGHT="2021 SuperTuxKart Development Team"
LICENSE="GNU GPL v3"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/supertuxkart/stk-code/releases/download/$portVersion/supertuxkart-$portVersion-src.tar.xz"
CHECKSUM_SHA256="eeabeb0d9801688a218f6f0a76ea3546a46a322ccaca9a258148ecacfe083ffd"
SOURCE_DIR="SuperTuxKart-$portVersion-src"
@@ -68,7 +68,7 @@ BUILD_REQUIRES="
devel:libSDL2_2.0$secondaryArchSuffix
devel:libsqlite3$secondaryArchSuffix
devel:libsquish$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 3
devel:libvorbis$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"