ScoopInstaller_Main/erlang.json
2016-04-07 12:19:48 +02:00

30 lines
799 B
JSON

{
"homepage": "http://www.erlang.org",
"version": "18.3.0",
"license": "http://www.apache.org/licenses/LICENSE-2.0",
"architecture": {
"64bit": {
"url": "http://erlang.org/download/otp_win64_18.3.exe",
"hash": "80B5158E5FAF186DA4D73A6BB766729836935D1BE11E8478992A770D34702471"
},
"32bit": {
"url": "http://erlang.org/download/otp_win32_18.3.exe",
"hash": "828F7349DC952CAA2948ECEFB8F3577F8FDCAAC53516BFFC6989AB9089740889"
}
},
"bin": [
"bin\\erl.exe",
"bin\\escript.exe"
],
"env_set": {
"ERLANG_HOME": "$dir"
},
"installer": {
"args": ["/S", "/D=$dir"]
},
"uninstaller": {
"file" : "Uninstall.exe",
"args" : ["/S"]
}
}