2025-05-13 08:30:08 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.6.15",
"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.15/gauge-1.6.15-windows.x86_64.zip",
"hash": "cff12cf07ac1d1bf3194d66bb788b0d08a57440c4ac49f12270fd4b8834b6b93"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.6.15/gauge-1.6.15-windows.x86.zip",
"hash": "46d57d65cf5d82ac51cad107d0504a8f0465c9969d13132a5dce7d97562d357a"
}
},
"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"
}
}
}
}