From 3a74b9c6ac00d86ff1eaaab873ca92f290b0cc76 Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Tue, 21 Jun 2022 19:04:24 +0200 Subject: [PATCH] Update objects to v1.3.2 --- CMakeLists.txt | 4 ++-- openrct2.proj | 4 ++-- shell.nix | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2cbf9978a4..312ab671c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,9 +64,9 @@ set(TITLE_SEQUENCE_VERSION "0.4.0") set(TITLE_SEQUENCE_URL "https://github.com/OpenRCT2/title-sequences/releases/download/v${TITLE_SEQUENCE_VERSION}/title-sequences.zip") set(TITLE_SEQUENCE_SHA1 "4ab0065e5a4d9f9c77d94718bbdfcfcd5a389da0") -set(OBJECTS_VERSION "1.3.0") +set(OBJECTS_VERSION "1.3.2") set(OBJECTS_URL "https://github.com/OpenRCT2/objects/releases/download/v${OBJECTS_VERSION}/objects.zip") -set(OBJECTS_SHA1 "855767cc495c615193848d2e191ded89b0477bc8") +set(OBJECTS_SHA1 "040a99a8626ad7a7f43f8c8a17c3f4e1375b218f") set(REPLAYS_VERSION "0.0.67") set(REPLAYS_URL "https://github.com/OpenRCT2/replays/releases/download/v${REPLAYS_VERSION}/replays.zip") diff --git a/openrct2.proj b/openrct2.proj index 9346ea5d68..28997f94cd 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -45,8 +45,8 @@ f3a03c2e7b610fefa28d6962da10144f6324078d https://github.com/OpenRCT2/title-sequences/releases/download/v0.4.0/title-sequences.zip 4ab0065e5a4d9f9c77d94718bbdfcfcd5a389da0 - https://github.com/OpenRCT2/objects/releases/download/v1.3.0/objects.zip - 855767cc495c615193848d2e191ded89b0477bc8 + https://github.com/OpenRCT2/objects/releases/download/v1.3.2/objects.zip + 040a99a8626ad7a7f43f8c8a17c3f4e1375b218f https://github.com/OpenRCT2/replays/releases/download/v0.0.67/replays.zip 0CA2DB3BEE021F0402D3E0F0E9EDB142CCEAFFC6 diff --git a/shell.nix b/shell.nix index 589a94f225..68baf8de0c 100644 --- a/shell.nix +++ b/shell.nix @@ -15,8 +15,8 @@ let objects-src = pkgs.fetchFromGitHub { owner = "OpenRCT2"; repo = "objects"; - rev = "v1.2.8"; - sha256 = "3ff8ce135c6a6690c7b6e4b23a57f43092f6ce4bf72de4d6952e1b669c09ddc9"; + rev = "v1.3.2"; + sha256 = "b87ab1e343930e6263cc7ae803ff35059d53be1d7b5a37a34577c5107c8bbdea"; }; title-sequences-src = pkgs.fetchFromGitHub {