Fix bash source unescaped and bad nodejs checksum
This commit is contained in:
+1
-1
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user