{ "version": "1.1.8", "description": "Test automation tool", "homepage": "https://gauge.org", "license": "GPL-3.0-or-later", "architecture": { "64bit": { "url": "https://github.com/getgauge/gauge/releases/download/v1.1.8/gauge-1.1.8-windows.x86_64.zip", "hash": "d95735f7f16bf05238162fcc858a6be711d0b036d179e8361305cfa60f9418ba" }, "32bit": { "url": "https://github.com/getgauge/gauge/releases/download/v1.1.8/gauge-1.1.8-windows.x86.zip", "hash": "36ec4d23a55d765c6982356501bf81caee94c18da18ef95d31707deb88d8ad56" } }, "bin": "gauge.exe", "env_set": { "GAUGE_HOME": "$persist_dir\\home" }, "persist": "home", "checkver": { "github": "https://github.com/getgauge/gauge" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/getgauge/gauge/releases/download/v$version/gauge-$version-windows.x86_64.zip" }, "32bit": { "url": "https://github.com/getgauge/gauge/releases/download/v$version/gauge-$version-windows.x86.zip" } } } }