OpenRCT2: update to 0.4.3.

This commit is contained in:
Joel Beckmeyer 2022-12-14 08:17:25 -05:00 committed by Michal Vasilek
parent c27b1f5ea5
commit ab475e56e3
2 changed files with 12 additions and 8 deletions

View File

@ -2,11 +2,12 @@
# based on https://raw.githubusercontent.com/AluisioASG/void-packages/openrct2/srcpkgs/OpenRCT2/template # based on https://raw.githubusercontent.com/AluisioASG/void-packages/openrct2/srcpkgs/OpenRCT2/template
# and https://github.com/void-linux/void-packages/issues/1014#issuecomment-417372421 # and https://github.com/void-linux/void-packages/issues/1014#issuecomment-417372421
pkgname=OpenRCT2 pkgname=OpenRCT2
_objects_version=1.3.5 version=0.4.3
_titles_version=0.4.0
_replays_version=0.0.69
version=0.4.2
revision=1 revision=1
# versions pulled from https://raw.githubusercontent.com/OpenRCT2/OpenRCT2/v${version}/CMakeLists.txt
_objects_version=1.3.7
_titles_version=0.4.0
_replays_version=0.0.70
build_style=cmake build_style=cmake
configure_args=" configure_args="
-DOPENRCT2_VERSION_TAG=${version} -DOPENRCT2_VERSION_TAG=${version}
@ -34,10 +35,10 @@ changelog="https://openrct2.org/changelog"
distfiles="https://github.com/OpenRCT2/OpenRCT2/archive/v${version}.tar.gz distfiles="https://github.com/OpenRCT2/OpenRCT2/archive/v${version}.tar.gz
https://github.com/OpenRCT2/objects/releases/download/v${_objects_version}/objects.zip https://github.com/OpenRCT2/objects/releases/download/v${_objects_version}/objects.zip
https://github.com/OpenRCT2/title-sequences/releases/download/v${_titles_version}/title-sequences.zip" https://github.com/OpenRCT2/title-sequences/releases/download/v${_titles_version}/title-sequences.zip"
checksum="e313f29ad757d8c4870c166e7342accd642d1e6e7b245385d60e161ef4a0028f checksum="1269759b3a90717f379cd375f30629e3f24d3fdeb0c54cc1dca03676e64731ef
4859b7a443d0969cb1c639202fe70f40ac4c2625830657c72645d987912258ff d6be9743c68f233674f5549204637b1f0304d7567a816d18e3f1576500a51d38
6e7c7b554717072bfc7acb96fd0101dc8e7f0ea0ea316367a05c2e92950c9029" 6e7c7b554717072bfc7acb96fd0101dc8e7f0ea0ea316367a05c2e92950c9029"
skip_extraction="objects.zip title-sequences.zip replays.zip" skip_extraction="objects.zip title-sequences.zip"
replaces="OpenRCT2-data>=0" replaces="OpenRCT2-data>=0"
@ -71,7 +72,8 @@ if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DWITH_TESTS=1 -DSYSTEM_GTEST=1" configure_args+=" -DWITH_TESTS=1 -DSYSTEM_GTEST=1"
# download replays, used in tests # download replays, used in tests
distfiles+=" https://github.com/OpenRCT2/replays/releases/download/v${_replays_version}/replays.zip" distfiles+=" https://github.com/OpenRCT2/replays/releases/download/v${_replays_version}/replays.zip"
checksum+=" bf2184cc6ace156402a26d3e4693b6363b888fe3038daa59e33b202ce0efe0d9" checksum+=" 89156436e51413f180a12d4647406193ac44a509b1ad64d57705f0ae5125b093"
skip_extraction+=" replays.zip"
fi fi
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then

2
srcpkgs/OpenRCT2/update Normal file
View File

@ -0,0 +1,2 @@
site="https://github.com/OpenRCT2/OpenRCT2/tags"
pkgname="v"