mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Actually use the correct hash and url
This commit is contained in:
@@ -26,8 +26,8 @@ set(TITLE_SEQUENCE_SHA1 "19263f8ca383345959473e64da4785a60f00f420")
|
||||
set(OBJECTS_URL "https://github.com/OpenRCT2/objects/releases/download/v1.0.11/objects.zip")
|
||||
set(OBJECTS_SHA1 "8674120086929f9196560d77cada631fb478d7c0")
|
||||
|
||||
set(REPLAYS_URL "https://github.com/OpenRCT2/objects/releases/download/v1.0.11/objects.zip")
|
||||
set(REPLAYS_SHA1 "8612DACA1FFE63BE4731C048CCB2411C5C45E9B4")
|
||||
set(REPLAYS_URL "https://github.com/OpenRCT2/replays/releases/download/v0.0.1/replays.zip")
|
||||
set(REPLAYS_SHA1 "909547C4E427B3129066A6DB99F5BE79F8459E58")
|
||||
|
||||
option(FORCE32 "Force 32-bit build. It will add `-m32` to compiler flags.")
|
||||
option(WITH_TESTS "Build tests")
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
<ObjectsUrl>https://github.com/OpenRCT2/objects/releases/download/v1.0.11/objects.zip</ObjectsUrl>
|
||||
<ObjectsSha1>8674120086929f9196560d77cada631fb478d7c0</ObjectsSha1>
|
||||
<ReplaysUrl>https://github.com/OpenRCT2/replays/releases/download/v0.0.1/replays.zip</ReplaysUrl>
|
||||
<ReplaysSha1>8612DACA1FFE63BE4731C048CCB2411C5C45E9B4</ReplaysSha1>
|
||||
<ReplaysSha1>909547C4E427B3129066A6DB99F5BE79F8459E58</ReplaysSha1>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user