ScoopInstaller_Main/erlang.json
Rémy 7461df9a33 Add checkver definition to many apps (#1119)
* add checkver definitions

* add script to list manifests without checkver definition
2016-11-10 13:32:59 +11:00

35 lines
939 B
JSON

{
"homepage": "http://www.erlang.org",
"version": "19.0",
"license": "http://www.apache.org/licenses/LICENSE-2.0",
"architecture": {
"64bit": {
"url": "http://erlang.org/download/otp_win64_19.0.exe",
"hash": "ab1811996cac1bff1248dbd3d840b012c9585ea6ee746862aa297e598a35ad3c"
},
"32bit": {
"url": "http://erlang.org/download/otp_win32_19.0.exe",
"hash": "62ef79ef798434a6ad5828d2ad275d9c26d8a1c638db6860d2325c3e00b8a803"
}
},
"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.]+)"
}
}