mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 02:31:21 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
50 lines
1.2 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|