{ "homepage": "https://www.erlang.org", "version": "20.1", "license": "https://www.apache.org/licenses/LICENSE-2.0", "architecture": { "64bit": { "url": "http://erlang.org/download/otp_win64_20.1.exe", "hash": "89a3853c8610f89e5a394610be56e59823b9b10b0fd93ba6aa65f3b659a6636b" }, "32bit": { "url": "http://erlang.org/download/otp_win32_20.1.exe", "hash": "59b9b3de03b7f51c7eadd7ed3a4641b926353e4026f2fb8650e3064786de2d00" } }, "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": "http://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" } } } }