From 900a25f0eef9b93af66775109d8da117fb51a595 Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Fri, 20 Jan 2023 12:37:01 +0100 Subject: [PATCH] Update to objects release v1.3.8 --- 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 76a17f2438..95b962a9fc 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.7") +set(OBJECTS_VERSION "1.3.8") set(OBJECTS_URL "https://github.com/OpenRCT2/objects/releases/download/v${OBJECTS_VERSION}/objects.zip") -set(OBJECTS_SHA1 "82930d549e0b3c3bce29718d5390c5cd474d0f28") +set(OBJECTS_SHA1 "2888092aab93df15bb78c4c910b13c33b1e318ef") set(OPENSFX_VERSION "1.0.1") set(OPENSFX_URL "https://github.com/OpenRCT2/OpenSoundEffects/releases/download/v${OPENSFX_VERSION}/opensound.zip") diff --git a/openrct2.proj b/openrct2.proj index 87bae6926c..7c512c6f98 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.7/objects.zip - 82930d549e0b3c3bce29718d5390c5cd474d0f28 + https://github.com/OpenRCT2/objects/releases/download/v1.3.8/objects.zip + 2888092aab93df15bb78c4c910b13c33b1e318ef https://github.com/OpenRCT2/OpenSoundEffects/releases/download/v1.0.1/opensound.zip 8f04aea33f8034131c3069f6accacce0d94f80c1 https://github.com/OpenRCT2/OpenMusic/releases/download/v1.0.1/openmusic.zip diff --git a/shell.nix b/shell.nix index c74d360ca6..25c54be2a8 100644 --- a/shell.nix +++ b/shell.nix @@ -15,8 +15,8 @@ let objects-src = pkgs.fetchFromGitHub { owner = "OpenRCT2"; repo = "objects"; - rev = "v1.3.7"; - sha256 = "d6be9743c68f233674f5549204637b1f0304d7567a816d18e3f1576500a51d38"; + rev = "v1.3.8"; + sha256 = "84a95590d13a753b1d239f7f06c8d121e36fd28694b21f33646518e2012904ae"; }; title-sequences-src = pkgs.fetchFromGitHub {