ScoopInstaller_Main/erlang.json
2018-06-24 07:55:18 -07:00

56 lines
1.3 KiB
JSON

{
"homepage": "https://www.erlang.org",
"version": "21.0",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "http://erlang.org/download/otp_win64_21.0.exe",
"hash": "d1e6a4df59289a6e38e734bcc701da4f1ae7246a885ce75c1d1097895200c22a"
},
"32bit": {
"url": "http://erlang.org/download/otp_win32_21.0.exe",
"hash": "7b40977cb6bd47f7af27c42d5b70f55db1b1c9b3e85fc95110345be61c3c930a"
}
},
"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": "https://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"
}
}
},
"shortcuts": [
[
"bin\\werl.exe",
"Erlang"
]
]
}