diff --git a/configure.py b/configure.py index 39a92d1ad..b5a969a3d 100644 --- a/configure.py +++ b/configure.py @@ -119,10 +119,10 @@ if not is_windows(): config.wrapper = args.wrapper # Tool versions -config.compilers_tag = "1" -config.dtk_tag = "v0.5.4" -config.sjiswrap_tag = "v1.1.0" -config.wibo_tag = "0.5.1" +config.compilers_tag = "20230715" +config.dtk_tag = "v0.5.7" +config.sjiswrap_tag = "v1.1.1" +config.wibo_tag = "0.6.3" # Project config.config_path = Path("config") / config.version / "config.yml" diff --git a/tools/download_tool.py b/tools/download_tool.py index ea2de44a8..737ee85c4 100755 --- a/tools/download_tool.py +++ b/tools/download_tool.py @@ -50,10 +50,7 @@ def wibo_url(tag): def compilers_url(tag): - if tag == "1": - return "https://cdn.discordapp.com/attachments/727918646525165659/1129759991696457728/GC_WII_COMPILERS.zip" - else: - sys.exit("Unknown compilers tag %s" % tag) + return f"https://files.decomp.dev/compilers_{tag}.zip" TOOLS = {