{ "version": "23.2", "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", "architecture": { "64bit": { "url": "http://erlang.org/download/otp_win64_23.2.exe#/dl.7z", "hash": "md5:3b466cba9c611320e175826942fb9c02" }, "32bit": { "url": "http://erlang.org/download/otp_win32_23.2.exe#/dl.7z", "hash": "md5:5c373c9d8198f332fce56fb73cd65c6e" } }, "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.nsis\", \"$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" } }