2024-09-25 12:32:20 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.6.9",
"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.9/gauge-1.6.9-windows.x86_64.zip",
"hash": "a8d4830499c2e096fbb94f55a47659f67c97c41e825d36c0ab0ef0bf0df3ad1c"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.6.9/gauge-1.6.9-windows.x86.zip",
"hash": "10bd923fc422224f651d72ab12b28b8f07e7568b4c04c5afad7a0b3650c131a7"
}
},
"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"
}
}
}
}