2025-12-10 16:31:10 +00:00

54 lines
1.7 KiB
JSON

{
"version": "28.3",
"description": "A programming language used to build massively scalable soft real-time systems with requirements on high availability.",
"homepage": "https://www.erlang.org",
"license": "Apache-2.0",
"suggest": {
"vcredist": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://github.com/erlang/otp/releases/download/OTP-28.3/otp_win64_28.3.exe#/dl.7z",
"hash": "6581f6570196b80e923d7f849ceeacbe0b648e15ef479a1139f34fee9addfcf0"
},
"32bit": {
"url": "https://github.com/erlang/otp/releases/download/OTP-28.3/otp_win32_28.3.exe#/dl.7z",
"hash": "1ac690a3a9811fd1ba35ac564d7f7687b872bc85beaf4b3a583e175d34d51ca0"
}
},
"installer": {
"file": "Install.exe",
"args": "-sasl"
},
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\vcredist*\" -Force -Recurse",
"bin": [
"bin\\erl.exe",
"bin\\erlc.exe",
"bin\\escript.exe",
"bin\\werl.exe"
],
"shortcuts": [
[
"bin\\werl.exe",
"Erlang"
]
],
"env_set": {
"ERLANG_HOME": "$dir"
},
"checkver": {
"url": "https://www.erlang.org/downloads",
"regex": "https://github\\.com/erlang/otp/releases/download/OTP-([\\d.]+)/otp_win64_\\1\\.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/erlang/otp/releases/download/OTP-$version/otp_win64_$version.exe#/dl.7z"
},
"32bit": {
"url": "https://github.com/erlang/otp/releases/download/OTP-$version/otp_win32_$version.exe#/dl.7z"
}
}
}
}