2020-10-17 13:00:26 +00:00

58 lines
1.7 KiB
JSON

{
"homepage": "https://www.erlang.org",
"description": "A programming language used to build massively scalable soft real-time systems with requirements on high availability.",
"version": "23.1",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "http://erlang.org/download/otp_win64_23.1.exe#/dl.7z",
"hash": "md5:b7029849f5d7468fc9c1b47c518eb306"
},
"32bit": {
"url": "http://erlang.org/download/otp_win32_23.1.exe#/dl.7z",
"hash": "md5:cfdf07255ef5d6b8da86d2c412c6be08"
}
},
"installer": {
"file": "Install.exe",
"args": "-sasl"
},
"bin": [
"bin\\erl.exe",
"bin\\erlc.exe",
"bin\\escript.exe",
"bin\\werl.exe"
],
"env_set": {
"ERLANG_HOME": "$dir"
},
"shortcuts": [
[
"bin\\werl.exe",
"Erlang"
]
],
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall.exe\", \"$dir\\vcredist*\" -Force -Recurse",
"checkver": {
"url": "https://www.erlang.org/downloads",
"regex": "DOWNLOAD\\s+OTP ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://erlang.org/download/otp_win64_$version.exe#/dl.7z"
},
"32bit": {
"url": "http://erlang.org/download/otp_win32_$version.exe#/dl.7z"
}
},
"hash": {
"url": "$baseurl/MD5",
"regex": "MD5\\($basename\\)= $md5"
}
},
"suggest": {
"Visual C/C++ Redistributable 2013": "extras/vcredist2013"
}
}