From: Mike Frysinger Date: Mon, 15 Feb 2021 11:44:38 +0000 (-0500) Subject: update-vapier-nodejs: update master->HEAD X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=527fda771b2d955079c9daf412ca59a6765f3a34 update-vapier-nodejs: update master->HEAD --- diff --git a/.bin/update-vapier-nodejs b/.bin/update-vapier-nodejs index 158157f..5e53f3f 100755 --- a/.bin/update-vapier-nodejs +++ b/.bin/update-vapier-nodejs @@ -11,7 +11,7 @@ fi cd nodejs URL_GS_BASE='https://storage.googleapis.com/chromium-nodejs' -URL_CHROMIUM_BASE='https://chromium.googlesource.com/chromium/src/+/master' +URL_CHROMIUM_BASE='https://chromium.googlesource.com/chromium/src/+/HEAD' URL_DEPS="${URL_CHROMIUM_BASE}/DEPS?format=TEXT" URL_HASH_NODE="${URL_CHROMIUM_BASE}/third_party/node/linux/node-linux-x64.tar.gz.sha1?format=TEXT" URL_HASH_MOD="${URL_CHROMIUM_BASE}/third_party/node/node_modules.tar.gz.sha1?format=TEXT"