From 11346dceb320a31065652f96c9ea9cda11d92eaf Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Wed, 31 Aug 2022 22:01:08 +0200 Subject: [PATCH] Update to objects v1.3.4 --- 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 501355a178..08bf01a2f2 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.3") +set(OBJECTS_VERSION "1.3.4") set(OBJECTS_URL "https://github.com/OpenRCT2/objects/releases/download/v${OBJECTS_VERSION}/objects.zip") -set(OBJECTS_SHA1 "ef039e27d63398bde924848e36c72e86c59431c6") +set(OBJECTS_SHA1 "93305caaf3d9da50516da4c69234c6031dd35808") set(REPLAYS_VERSION "0.0.69") set(REPLAYS_URL "https://github.com/OpenRCT2/replays/releases/download/v${REPLAYS_VERSION}/replays.zip") diff --git a/openrct2.proj b/openrct2.proj index d0ea1c0106..ac73236852 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.3/objects.zip - ef039e27d63398bde924848e36c72e86c59431c6 + https://github.com/OpenRCT2/objects/releases/download/v1.3.4/objects.zip + 93305caaf3d9da50516da4c69234c6031dd35808 https://github.com/OpenRCT2/replays/releases/download/v0.0.69/replays.zip 3EC20AA2C90FDEEB08C26B6DA6D111C9C5C9B694 diff --git a/shell.nix b/shell.nix index 545f6f1f89..a8c2c2741e 100644 --- a/shell.nix +++ b/shell.nix @@ -15,8 +15,8 @@ let objects-src = pkgs.fetchFromGitHub { owner = "OpenRCT2"; repo = "objects"; - rev = "v1.3.3"; - sha256 = "42d38706f5fd825e0f473b4b88c1719c01d68184a0a999a7dba083ecde7e8676"; + rev = "v1.3.4"; + sha256 = "05447c4162a552f797178c06268e3b5ef094fb282aa6418b39cfce766b80b14d"; }; title-sequences-src = pkgs.fetchFromGitHub {