Fix bash source unescaped and bad nodejs checksum

This commit is contained in:
2026-02-15 13:49:37 +11:00
parent 0323f72b9d
commit 057cd602f2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -879,7 +879,7 @@ def get_manifest(is_windows):
else:
download_url = f"https://nodejs.org/dist/v{version}/node-v{version}-linux-x64.tar.xz"
download_checksum = "bdebee276e58d0ef5448f3d5ac12c67daa963dd5e0a9bb621a53d1cefbc852fd"
checksum = "2ffe3acc0458fdde999f50d11809bbe7c9b7ef204dcf17094e325d26ace101d8"
checksum = "16143bdaa79716e871d3d9b2f50ce680bca293eba7f0c3fc1d004ed2258fc839"
exe_path = "bin/node"
result.append({