{ "version": "1.6.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.6.8/gauge-1.6.8-windows.x86_64.zip", "hash": "a232786b1311dc1d8875439ee47a8105ec53dd860892dcf6a614b12ee4a5a176" }, "32bit": { "url": "https://github.com/getgauge/gauge/releases/download/v1.6.8/gauge-1.6.8-windows.x86.zip", "hash": "211fc499a2c04edca12bdffbef406834e550c0eb427fdc5dc5f2d5aee1f15342" } }, "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" } } } }