{ "homepage": "https://www.erlang.org", "version": "22.0", "license": "Apache-2.0", "architecture": { "64bit": { "url": "http://erlang.org/download/otp_win64_22.0.exe", "hash": "0d34ee8eed0fee9245e15d8ee08131099ffe3f8d6a602a58c3581ffc08191ca1" }, "32bit": { "url": "http://erlang.org/download/otp_win32_22.0.exe", "hash": "baf97520a774a7f6514ff97a002f88bc83844df9f098235b0d5e0c944b3ccac3" } }, "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" ] ] }