{ "homepage": "https://www.erlang.org", "version": "21.3", "license": "Apache-2.0", "architecture": { "64bit": { "url": "http://erlang.org/download/otp_win64_21.3.exe", "hash": "4bff2c3a537351852a914f1c1fe0de2c2df87af6c501c552f323abed08123d69" }, "32bit": { "url": "http://erlang.org/download/otp_win32_21.3.exe", "hash": "7aced4030bf60d8fb264b31bb65cd467143d168ad51a88b003161ee39a79d8df" } }, "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": "https://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" } } }, "shortcuts": [ [ "bin\\werl.exe", "Erlang" ] ] }