2025-01-29 12:32:32 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.6.12",
"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.12/gauge-1.6.12-windows.x86_64.zip",
"hash": "4f9db186c47e45bc2cf1dd2345523ce25634c86f8d9a8b4a0fe08c910d115d8b"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.6.12/gauge-1.6.12-windows.x86.zip",
"hash": "33c6c207d6838300f81fbf21f84ec1e49453c6494051cdd800e94d3859e56d8c"
}
},
"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"
}
}
}
}