Compare commits

..

4 Commits

Author SHA1 Message Date
doylet
00ce72f6ab linux: Add Go checksum for 1.20.1 2023-08-30 11:30:13 +10:00
doylet
6b691209a6 Use installed MSVC 2023-08-30 11:29:24 +10:00
doyle
2262e67fdd Add go 1.20.1 2023-08-30 11:29:24 +10:00
doylet
05cc918c69 linux: Add checksum for new deps 2023-08-30 11:29:10 +10:00
2 changed files with 4 additions and 4 deletions

View File

@ -213,7 +213,7 @@ def get_manifest(is_windows):
exe_path = f"bin/doxygen" exe_path = f"bin/doxygen"
download_url = f"https://github.com/doxygen/doxygen/releases/download/Release_{version.replace('.', '_')}/doxygen-{version}.linux.bin.tar.gz" download_url = f"https://github.com/doxygen/doxygen/releases/download/Release_{version.replace('.', '_')}/doxygen-{version}.linux.bin.tar.gz"
download_checksum = "8bcb7cbdb9d8ae78d0bf65a383bc533db5232e2527ab10743f1e58cba92a7d43" download_checksum = "8bcb7cbdb9d8ae78d0bf65a383bc533db5232e2527ab10743f1e58cba92a7d43"
checksum = "" checksum = "230cc485bff7535c1a39addcc8c9893615092cfbb46a4a134510d41deb53807c"
symlink = [f"doxygen-{version}"] symlink = [f"doxygen-{version}"]
result.append({ result.append({
@ -1839,7 +1839,7 @@ def get_manifest(is_windows):
exe_path = f"bin/go" exe_path = f"bin/go"
download_url = f"https://go.dev/dl/go{version}.linux-amd64.tar.gz" download_url = f"https://go.dev/dl/go{version}.linux-amd64.tar.gz"
download_checksum = "000a5b1fca4f75895f78befeb2eecf10bfff3c428597f3f1e69133b63b911b02" download_checksum = "000a5b1fca4f75895f78befeb2eecf10bfff3c428597f3f1e69133b63b911b02"
checksum = "" checksum = "dfaaf2d9212757e0c305c9554f616cac6744de646ef6ef20f5eaf9d9634771c3"
symlink = [f"go-{version}"] symlink = [f"go-{version}"]
result.append({ result.append({

View File

@ -693,8 +693,8 @@ def run(user_app_list,
else: else:
download_url = f"https://www.7-zip.org/a/7z{version}-linux-x64.tar.xz" download_url = f"https://www.7-zip.org/a/7z{version}-linux-x64.tar.xz"
download_checksum = "a" download_checksum = "23babcab045b78016e443f862363e4ab63c77d75bc715c0b3463f6134cbcf318"
checksum = "a" checksum = "c7f8769e2bc8df6bcbfba34571ee0340670a52dec824dbac844dd3b5bd1a69e1"
exe_path = "7zz" exe_path = "7zz"
internal_app_list[-1]["manifests"].append({ # Download proper 7zip, extract this exe with the bootstrap 7zip internal_app_list[-1]["manifests"].append({ # Download proper 7zip, extract this exe with the bootstrap 7zip