ScoopInstaller_Main/nodejs.json
Gustavo Veloso 1d1674829b Update checkvers (#1016)
Upgrade RethinkDB
2016-08-31 07:49:26 +10:00

25 lines
830 B
JSON

{
"homepage": "http://nodejs.org",
"version": "6.5.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v6.5.0/node-v6.5.0-x64.msi",
"hash": "2A269B0B9FEE2C502D4A81168F12315E9D55396641522249931F0F88E02638C4"
},
"32bit": {
"url": "https://nodejs.org/dist/v6.5.0/node-v6.5.0-x86.msi",
"hash": "93DB364A5F519E8A29BB2279B470DA7708F3869BCB4F8D597121F58F12F9B0FC"
}
},
"env_add_path": "nodejs",
"post_install": "
# Remove npmrc that makes global modules get installed in AppData\\Roaming\\npm
rm $dir\\nodejs\\node_modules\\npm\\npmrc
npm update -g",
"checkver": {
"url": "https://nodejs.org/en/download/current/",
"re": "Current version: <strong>v([0-9\\.]+)</strong>"
}
}