chore: update external tool dependencies and URLs

1. Update NASM from 2.16.01 to 2.16.03 and use the official nasm.us download URL
2. Update clang-format from version 15 to version 20
3. Change all repository URLs from yuzu-mirror GitHub to Citron's self-hosted Git server

Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
Zephyron
2025-05-15 17:05:19 +10:00
parent dc6bc2348b
commit 7541a9a2d8
2 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
# prefix_var: name of a variable which will be set with the path to the extracted contents
function(download_bundled_external remote_path lib_name prefix_var)
set(package_base_url "https://github.com/yuzu-mirror/")
set(package_base_url "https://git.citron-emu.org/citron/")
set(package_repo "no_platform")
set(package_extension "no_platform")
if (WIN32)