mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
* add more version substitutions for urls (e.g. used for 7zip) * 7zip add autoupdate * update exlixr 1.4.0 and add autoupdate * update erlang 19.2 and add autoupdate * update ffmpeg 20170110 and add autoupdate * update flow 0.37.4 and add autoupdate * forge add autoupdate * update grails 3.2.4 and add autoupdate * update groovy 2.4.7 and add autoupdate * fix haskell url * update haxe 3.4.0-rc.2 and add autoupdate * hub add autoupdate * update hugo 0.18.1 and add autoupdate * update latex 2.9.6161 and add autoupdate * update lessmsi 1.5.1 and add autoupdate * update llvm 3.9.1 and add autoupdate * update mysql 5.7.17 and add autoupdate * fix nginx urls * nuget add autoupdate * nvm add autoupdate * update octave 4.2.0 and add autoupdate * update pester 3.4.3 and add autoupdate * phantomjs add autoupdate * update postgresql 9.6.1 and add autoupdate * puppet add autoupdate * update racket 6.7 and add autoupdate * update rancher 0.12.1 * rethinkdb add autoupdate * update rsync 5.5.0 and add autoupdate * rust-msvc add autoupdate * rust add autoupdate * update sbt 0.13.13 and add autoupdate * update scala 2.12.1 and add autoupdate * update sqlite 3160200 and add autoupdate * update thrift 0.10.0 and add autoupdate * update youtube-dl 2017.01.10
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"homepage": "http://www.erlang.org",
|
|
"version": "19.2",
|
|
"license": "http://www.apache.org/licenses/LICENSE-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://erlang.org/download/otp_win64_19.2.exe",
|
|
"hash": "ce819d2936af1157aed27aed49719c64f4134f714322f096cb5538d9ad627814"
|
|
},
|
|
"32bit": {
|
|
"url": "http://erlang.org/download/otp_win32_19.2.exe",
|
|
"hash": "ab4e5e79448e24551cc752b09af9c76824695d41d73574cf990c633085c94213"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin\\erl.exe",
|
|
"bin\\erlc.exe",
|
|
"bin\\escript.exe"
|
|
],
|
|
"env_set": {
|
|
"ERLANG_HOME": "$dir"
|
|
},
|
|
"installer": {
|
|
"args": [
|
|
"/S",
|
|
"/D=$dir"
|
|
]
|
|
},
|
|
"uninstaller": {
|
|
"file": "Uninstall.exe",
|
|
"args": [
|
|
"/S"
|
|
]
|
|
},
|
|
"checkver": {
|
|
"url": "http://www.erlang.org/downloads",
|
|
"re": "DOWNLOAD\\s+OTP ([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://erlang.org/download/otp_win64_$version.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "http://erlang.org/download/otp_win32_$version.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|