]> git.wh0rd.org - home.git/commitdiff
update-vapier-nodejs: update master->HEAD
authorMike Frysinger <vapier@gentoo.org>
Mon, 15 Feb 2021 11:44:38 +0000 (06:44 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 15 Feb 2021 11:44:38 +0000 (06:44 -0500)
.bin/update-vapier-nodejs

index 158157fac9d3a5a5b36c932ef81d575839d4fe45..5e53f3f0d8f6e50a838b9e1e79cfa47fd5374d57 100755 (executable)
@@ -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"