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