ScoopInstaller_Main/erlang.json
2015-10-19 21:00:04 +02:00

30 lines
794 B
JSON

{
"homepage": "http://www.erlang.org",
"version": "18.1",
"license": "http://www.erlang.org/EPLICENSE",
"architecture": {
"64bit": {
"url": "http://www.erlang.org/download/otp_win64_18.1.exe",
"hash": "F21E15C191C9F34AE0DDDBB730C837B0E3AD13000B09B2D5BA9BCCFE3B2D5791"
},
"32bit": {
"url": "http://www.erlang.org/download/otp_win32_18.1.exe",
"hash": "0B9356D13856C28B20A0BA7D7FBC53F541B55D3419654CDCEE1C241AE395E30A"
}
},
"bin": [
"bin\\erl.exe",
"bin\\escript.exe"
],
"env_set": {
"ERLANG_HOME": "$dir"
},
"installer": {
"args": ["/S", "/D=$dir"]
},
"uninstaller": {
"file" : "Uninstall.exe",
"args" : ["/S"]
}
}