From 527fda771b2d955079c9daf412ca59a6765f3a34 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 15 Feb 2021 06:44:38 -0500 Subject: [PATCH] update-vapier-nodejs: update master->HEAD --- .bin/update-vapier-nodejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2