Update nodejs to version 8.7.0 (#1766)

* Update nodejs to version 8.7.0

* nodejs: fix checkver
This commit is contained in:
Hugo Locurcio 2017-10-15 20:36:30 +02:00 committed by Richard Kuhnt
parent 181ebbc754
commit 5133e1fc38
2 changed files with 10 additions and 10 deletions

View File

@ -28,7 +28,7 @@
", ",
"checkver": { "checkver": {
"url": "https://nodejs.org/en/download/", "url": "https://nodejs.org/en/download/",
"re": "LTS Version: <strong>v([\\d.]+)</strong>" "re": "LTS Version: <strong>([\\d.]+)</strong>"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://nodejs.org", "homepage": "https://nodejs.org",
"version": "8.6.0", "version": "8.7.0",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://nodejs.org/dist/v8.6.0/node-v8.6.0-win-x64.7z", "url": "https://nodejs.org/dist/v8.7.0/node-v8.7.0-win-x64.7z",
"hash": "ae49bf305ae54c0d09c6b44f28186b87aabb0837bc3dea49b2cdab8d8efb8252", "hash": "27a5a69c7ffae89a3846b778f970643cc53e45e53e16801921aa4ea69e924695",
"extract_dir": "node-v8.6.0-win-x64" "extract_dir": "node-v8.7.0-win-x64"
}, },
"32bit": { "32bit": {
"url": "https://nodejs.org/dist/v8.6.0/node-v8.6.0-win-x86.7z", "url": "https://nodejs.org/dist/v8.7.0/node-v8.7.0-win-x86.7z",
"hash": "ac8eb52c18dfe95881d0848dc81b8d196a313013d537de367685902400c6aaf0", "hash": "f0bd40e04415750b1289403a37eb15d86da77e99132fe6a7c637c4c620c41ef1",
"extract_dir": "node-v8.6.0-win-x86" "extract_dir": "node-v8.7.0-win-x86"
} }
}, },
"persist": [ "persist": [
@ -27,8 +27,8 @@
Set-Content -Value \"prefix=$persist_dir\\bin`ncache=$persist_dir\\cache\" -Path $dir\\node_modules\\npm\\npmrc Set-Content -Value \"prefix=$persist_dir\\bin`ncache=$persist_dir\\cache\" -Path $dir\\node_modules\\npm\\npmrc
", ",
"checkver": { "checkver": {
"url": "https://nodejs.org/en/download/current/", "url": "https://nodejs.org/dist/latest/",
"re": "Current Version: <strong>v([\\d.]+)</strong>" "re": "node-v([\\d.]+)-x86.msi"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {