mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
* fix autoupdate hash regression * update nodejs-lts 6.9.4 * add autoupdate.note * update mercurial 4.0.2 and add autoupdate * fix autoupdate if no arch specific options are set * update syncany-cli 0.4.7 and add autoupdate * update youtube-dl 2017.01.05 and add autoupdate * update git-lfs 1.5.4 and add autoupdate * fix far version number * update imagemagick 7.0.4-3 * replace imagemagick ffmpeg with dependency (as discussed in #1192) * update modd 0.4 and add autoupdate * whitelist chocolatey urls from HEAD check * update scriptcs 0.16.1 and add autoupdate * update rg 0.3.2 and add autoupdate * update kotlin 1.0.6 and add autoupdate * update xz 5.2.3 and add autoupdate * update openjdk 1.8.0.111-3 and add autoupdate * update git-up 1.4.1 and add autoupdate * update ninja 1.7.2 and add autoupdate
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"homepage": "http://nodejs.org",
|
|
"version": "6.9.4",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://nodejs.org/dist/v6.9.4/node-v6.9.4-x64.msi",
|
|
"hash": "bbc2b045bb2b8e6f4822920e8b2956287639b476cded4620ca33ff1d7dbef195"
|
|
},
|
|
"32bit": {
|
|
"url": "https://nodejs.org/dist/v6.9.4/node-v6.9.4-x86.msi",
|
|
"hash": "1de0ea5e6b699a650b921f14fb3fb13958ba0ced6a63fe49bac3a20b6e2b09f9"
|
|
}
|
|
},
|
|
"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/",
|
|
"re": "LTS version: <strong>v([\\d.]+)</strong>"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://nodejs.org/dist/v$version/node-v$version-x64.msi"
|
|
},
|
|
"32bit": {
|
|
"url": "https://nodejs.org/dist/v$version/node-v$version-x86.msi"
|
|
}
|
|
},
|
|
"hash": {
|
|
"mode": "extract",
|
|
"url": "https://nodejs.org/dist/v$version/SHASUMS256.txt.asc",
|
|
"find": "([a-z0-9]{64})\\s+(?:$basename)"
|
|
}
|
|
}
|
|
}
|