Update CLINK to 1.7.10

This commit is contained in:
doylet 2025-02-26 20:13:44 +11:00
parent 01f7cb0a24
commit 90d3a5b81e

View File

@ -1179,14 +1179,14 @@ def get_manifest(is_windows):
# --------------------------------------------------------------------------
if is_windows:
version = "1.4.13"
git_hash = "0066c6"
version = "1.7.10"
git_hash = "e3c993"
result.append({
"label": "Clink",
"manifests": [
{
"download_url": f"https://github.com/chrisant996/clink/releases/download/v{version}/clink.{version}.{git_hash}.zip",
"download_checksum": "800f7657d73a00dad40d46c9317bd418172ee40cc8b3958e32fba1f0b596e829",
"download_checksum": "7da6885c2dbeeae1405d25467fca75cf6b98c1e2ad058d23ea1803086467524a",
"version": version,
"unzip_method": 'default',
"executables": [
@ -1194,7 +1194,7 @@ def get_manifest(is_windows):
"path": "clink_x64.exe",
"symlink": [],
"add_to_devenv_path": False,
"checksum": "331266334f59f2c978ff8e13bbcadb218051e790b61d9cc69e85617276c51298",
"checksum": "7389a7901a3175a9018eab8aff95df719bc4799105ad9168df9ec52855e67c67",
}
],
"add_to_devenv_script": [],