2025-10-03 20:28:33 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.6.21",
"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.21/gauge-1.6.21-windows.x86_64.zip",
"hash": "893db2338ac76058f77e9a054de3791eb1dff4d672973b23a5d45c834e75a048"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.6.21/gauge-1.6.21-windows.x86.zip",
"hash": "86933fcd641a2ee133270bd601b28d94ca725843bafa19124939d4daf469f338"
}
},
"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"
}
}
}
}