{ "homepage": "http://www.erlang.org", "version": "19.3", "license": "http://www.apache.org/licenses/LICENSE-2.0", "architecture": { "64bit": { "url": "http://erlang.org/download/otp_win64_19.3.exe", "hash": "e38074ec99da22a04bd00cda83d412e07294dbaf031c2369c195f712caa0cc70" }, "32bit": { "url": "http://erlang.org/download/otp_win32_19.3.exe", "hash": "a33964be7e98304a331d294921bea31b45cefa365c5049cc1a3764980b1347cf" } }, "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" } } } }