mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 05:31:21 +00:00
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://www.erlang.org",
|
|
"version": "20.0",
|
|
"license": "https://www.apache.org/licenses/LICENSE-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://erlang.org/download/otp_win64_20.0.exe",
|
|
"hash": "6e39854cc00941bf68d8098846d91db6a48c1835a5ebab89728214275d2ac70c"
|
|
},
|
|
"32bit": {
|
|
"url": "http://erlang.org/download/otp_win32_20.0.exe",
|
|
"hash": "b92f326d8988b0a98c654ffe9bceccf5b7d0baffe6ec224bc8e4cfdc0e53fd8f"
|
|
}
|
|
},
|
|
"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": "http://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"
|
|
}
|
|
}
|
|
}
|
|
}
|