mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
Update nodejs to version 8.7.0 (#1766)
* Update nodejs to version 8.7.0 * nodejs: fix checkver
This commit is contained in:
parent
181ebbc754
commit
5133e1fc38
@ -28,7 +28,7 @@
|
||||
",
|
||||
"checkver": {
|
||||
"url": "https://nodejs.org/en/download/",
|
||||
"re": "LTS Version: <strong>v([\\d.]+)</strong>"
|
||||
"re": "LTS Version: <strong>([\\d.]+)</strong>"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
18
nodejs.json
18
nodejs.json
@ -1,17 +1,17 @@
|
||||
{
|
||||
"homepage": "https://nodejs.org",
|
||||
"version": "8.6.0",
|
||||
"version": "8.7.0",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://nodejs.org/dist/v8.6.0/node-v8.6.0-win-x64.7z",
|
||||
"hash": "ae49bf305ae54c0d09c6b44f28186b87aabb0837bc3dea49b2cdab8d8efb8252",
|
||||
"extract_dir": "node-v8.6.0-win-x64"
|
||||
"url": "https://nodejs.org/dist/v8.7.0/node-v8.7.0-win-x64.7z",
|
||||
"hash": "27a5a69c7ffae89a3846b778f970643cc53e45e53e16801921aa4ea69e924695",
|
||||
"extract_dir": "node-v8.7.0-win-x64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://nodejs.org/dist/v8.6.0/node-v8.6.0-win-x86.7z",
|
||||
"hash": "ac8eb52c18dfe95881d0848dc81b8d196a313013d537de367685902400c6aaf0",
|
||||
"extract_dir": "node-v8.6.0-win-x86"
|
||||
"url": "https://nodejs.org/dist/v8.7.0/node-v8.7.0-win-x86.7z",
|
||||
"hash": "f0bd40e04415750b1289403a37eb15d86da77e99132fe6a7c637c4c620c41ef1",
|
||||
"extract_dir": "node-v8.7.0-win-x86"
|
||||
}
|
||||
},
|
||||
"persist": [
|
||||
@ -27,8 +27,8 @@
|
||||
Set-Content -Value \"prefix=$persist_dir\\bin`ncache=$persist_dir\\cache\" -Path $dir\\node_modules\\npm\\npmrc
|
||||
",
|
||||
"checkver": {
|
||||
"url": "https://nodejs.org/en/download/current/",
|
||||
"re": "Current Version: <strong>v([\\d.]+)</strong>"
|
||||
"url": "https://nodejs.org/dist/latest/",
|
||||
"re": "node-v([\\d.]+)-x86.msi"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user