2025-07-19 04:31:47 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.6.19",
"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.19/gauge-1.6.19-windows.x86_64.zip",
"hash": "12f70457280847ea2cc44432c4eea5439660210f7b9cc72e2023aced65a30f34"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.6.19/gauge-1.6.19-windows.x86.zip",
"hash": "3ff86f07c80752d2667c85f58f39dbc83aa5a4a0f88dbebc6515d388cdc4ec97"
}
},
"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"
}
}
}
}