ScoopInstaller_Main/erlang.json
Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

50 lines
1.2 KiB
JSON

{
"homepage": "https://www.erlang.org",
"version": "20.3",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "http://erlang.org/download/otp_win64_20.3.exe",
"hash": "bfab28501e4d518470fa43b0b7add509dd36de55aa94f50b945ede61c3495188"
},
"32bit": {
"url": "http://erlang.org/download/otp_win32_20.3.exe",
"hash": "56ceda9e81d213d93402f0cdddc84cdc304e6dd263a6f479fa93e2f06fe0c454"
}
},
"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"
}
}
}
}