openttd: update to 14.0.

This commit is contained in:
Emil Tomczyk 2024-04-14 19:52:06 +02:00 committed by cinerea0
parent ad24ffac8a
commit d4f3cb097d
3 changed files with 3 additions and 17 deletions

View file

@ -1,12 +0,0 @@
Fix regression tests on musl libc
index 19fece83f5..641e1e6de2 100644
--- a/openttd-13.4/cmake/scripts/Regression.cmake
+++ b/openttd-13.4/cmake/scripts/Regression.cmake
@@ -53,6 +53,7 @@ endif()
string(REPLACE "0x(nil)" "0x00000000" REGRESSION_RESULT "${REGRESSION_RESULT}")
string(REPLACE "0x0000000000000000" "0x00000000" REGRESSION_RESULT "${REGRESSION_RESULT}")
string(REPLACE "0x0x0" "0x00000000" REGRESSION_RESULT "${REGRESSION_RESULT}")
+string(REPLACE "(null : 0x0)" "(null : 0x00000000)" REGRESSION_RESULT "${REGRESSION_RESULT}")
# Remove timestamps if any
string(REGEX REPLACE "\[[0-9-]+ [0-9:]+\] " "" REGRESSION_RESULT "${REGRESSION_RESULT}")

View file

@ -1,6 +1,6 @@
# Template file for 'openttd'
pkgname=openttd
version=13.4
version=14.0
revision=1
_gfxver=7.1
_sfxver=1.0.3
@ -22,14 +22,14 @@ makedepends="SDL2-devel libcurl-devel freetype-devel fontconfig-devel
harfbuzz-devel icu-devel libpng-devel liblzma-devel fluidsynth-devel"
depends="hicolor-icon-theme fluidsynth soundfont-fluid"
short_desc="Open Source version of Transport Tycoon Deluxe"
maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
maintainer="Emil Tomczyk <emru@emru.xyz>"
license="GPL-2.0-only, Zlib"
homepage="https://www.openttd.org/"
distfiles="https://cdn.openttd.org/openttd-releases/${version}/openttd-${version}-source.tar.xz
https://cdn.openttd.org/opengfx-releases/${_gfxver}/opengfx-${_gfxver}-all.zip
https://cdn.openttd.org/opensfx-releases/${_sfxver}/opensfx-${_sfxver}-all.zip
https://cdn.openttd.org/openmsx-releases/${_msxver}/openmsx-${_msxver}-all.zip"
checksum="2a1deba01bfe58e2188879f450c3fa4f3819271ab49bf348dd66545f040d146f
checksum="96f76ab858816a5e30038ade0692e6ebf350b9f70bf19c7b48dda845c88418b1
928fcf34efd0719a3560cbab6821d71ce686b6315e8825360fba87a7a94d7846
e0a218b7dd9438e701503b0f84c25a97c1c11b7c2f025323fb19d6db16ef3759
5a4277a2e62d87f2952ea5020dc20fb2f6ffafdccf9913fbf35ad45ee30ec762"

View file

@ -1,2 +0,0 @@
site=http://binaries.openttd.org/releases/
pattern='href="\K[\d]+\.[\d]+\.[\d]+(?=[^-])'