mirror of https://github.com/zeldaret/tp.git
update tools (#3081)
This commit is contained in:
parent
3bc0670b91
commit
2de91793ae
|
|
@ -209,10 +209,10 @@ if not config.non_matching:
|
|||
# Tool versions
|
||||
config.binutils_tag = "2.42-1"
|
||||
config.compilers_tag = "20251118"
|
||||
config.dtk_tag = "v1.7.1"
|
||||
config.objdiff_tag = "v3.5.0"
|
||||
config.dtk_tag = "v1.8.0"
|
||||
config.objdiff_tag = "v3.6.1"
|
||||
config.sjiswrap_tag = "v1.2.2"
|
||||
config.wibo_tag = "1.0.0-beta.5"
|
||||
config.wibo_tag = "1.0.0"
|
||||
|
||||
# Project
|
||||
config.config_path = Path("config") / config.version / "config.yml"
|
||||
|
|
|
|||
Loading…
Reference in New Issue