ScoopInstaller_Main/nodejs.json
Gustavo Veloso 788c6c0718 Updates git, node and thrift (#995)
* Update Git to 2.9.3
Update Node to 6.4.0
Fix Thrift URL

* Update git-with-openssh too
2016-08-18 07:08:09 +10:00

25 lines
830 B
JSON

{
"homepage": "http://nodejs.org",
"version": "6.4.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v6.4.0/node-v6.4.0-x64.msi",
"hash": "c2f9970ff7402078f4210f981f96672c28bba018b4390517cbc4a1a785a4b7b7"
},
"32bit": {
"url": "https://nodejs.org/dist/v6.4.0/node-v6.4.0-x86.msi",
"hash": "35df69a68e14e9029589b22d79211c4b73cdf70a6df42777ad86e1e5b0fb759a"
}
},
"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>"
}
}