{ "version": "27.3.4", "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-27.3.4/otp_win64_27.3.4.exe#/dl.7z", "hash": "e70aa51b260295b20defda5ac1017f803c060f61cbbfd28c375c5cea105ff1a0" }, "32bit": { "url": "https://github.com/erlang/otp/releases/download/OTP-27.3.4/otp_win32_27.3.4.exe#/dl.7z", "hash": "d2b4622b13fb55b4a791d053bf4c99127c5b77fb79a749a648a66daef5955a7f" } }, "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" } } } }