mirror of
https://abf.rosa.ru/djam/chromium-browser-stable.git
synced 2025-02-23 22:52:49 +00:00
13 lines
499 B
Diff
13 lines
499 B
Diff
--- chromium-70.0.3538.77/third_party/node/update_node_binaries-orig 2018-10-30 19:13:45.462871396 +0300
|
|
+++ chromium-70.0.3538.77/third_party/node/update_node_binaries 2018-10-30 19:13:45.462871396 +0300
|
|
@@ -83,8 +83,8 @@
|
|
}
|
|
|
|
# First download checksum file.
|
|
-rm -f "SHASUMS256.txt"
|
|
-wget "https://nodejs.org/dist/latest-v8.x/SHASUMS256.txt"
|
|
+rm -fr "SHASUMS256.txt"
|
|
+wget "https://nodejs.org/dist/${NODE_VERSION}/SHASUMS256.txt"
|
|
|
|
update_unix "darwin-x64" "mac"
|
|
update_unix "linux-x64" "linux"
|