From 4acc352324a5b50553e4639d06a39aef324cd9f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 23:41:25 +0200 Subject: [PATCH] tools: Update `OdysseyDecompToolsCache` to `v1.2.0` (#657) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tools/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/setup.py b/tools/setup.py index 93a7dd94..b3b46098 100755 --- a/tools/setup.py +++ b/tools/setup.py @@ -19,7 +19,7 @@ from common.util.config import get_repo_root TARGET_PATH = setup.get_target_path() TARGET_ELF_PATH = setup.get_target_elf_path() -CACHE_REPO_RELEASE_URL = "https://github.com/MonsterDruide1/OdysseyDecompToolsCache/releases/download/v1.1" +CACHE_REPO_RELEASE_URL = "https://github.com/MonsterDruide1/OdysseyDecompToolsCache/releases/download/v1.2.0" LIBCXX_SRC_URL = "https://releases.llvm.org/3.9.1/libcxx-3.9.1.src.tar.xz" class Version(Enum):