1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Fix replays on CI

This commit is contained in:
ζeh Matt
2022-02-04 15:30:05 +02:00
parent a0e2ab3a89
commit 5271027441
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ set(OBJECTS_SHA1 "cd86dd2e42edb513b18293ef7ae52a93a7cdfc57")
set(REPLAYS_VERSION "0.0.63")
set(REPLAYS_URL "https://github.com/OpenRCT2/replays/releases/download/v${REPLAYS_VERSION}/replays.zip")
set(REPLAYS_SHA1 "DA39A3EE5E6B4B0D3255BFEF95601890AFD80709")
set(REPLAYS_SHA1 "1614D0B51393AC73C7CA23402B5B87D082EA3002")
option(FORCE32 "Force 32-bit build. It will add `-m32` to compiler flags.")
option(WITH_TESTS "Build tests")

View File

@@ -49,7 +49,7 @@
<ObjectsUrl>https://github.com/OpenRCT2/objects/releases/download/v1.2.6/objects.zip</ObjectsUrl>
<ObjectsSha1>cd86dd2e42edb513b18293ef7ae52a93a7cdfc57</ObjectsSha1>
<ReplaysUrl>https://github.com/OpenRCT2/replays/releases/download/v0.0.63/replays.zip</ReplaysUrl>
<ReplaysSha1>DA39A3EE5E6B4B0D3255BFEF95601890AFD80709</ReplaysSha1>
<ReplaysSha1>1614D0B51393AC73C7CA23402B5B87D082EA3002</ReplaysSha1>
</PropertyGroup>
<ItemGroup>