From a6d220663ea2aa0cf522fac3df2e163ac71bf41f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Jun 2025 16:39:59 +0200 Subject: [PATCH] tools: Update `OdysseyDecompToolsCache` to `v1.2.1` (#665) 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 b3b46098..e06d1b06 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.2.0" +CACHE_REPO_RELEASE_URL = "https://github.com/MonsterDruide1/OdysseyDecompToolsCache/releases/download/v1.2.1" LIBCXX_SRC_URL = "https://releases.llvm.org/3.9.1/libcxx-3.9.1.src.tar.xz" class Version(Enum):