2024-03-11 08:26:38 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.6.4",
"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.4/gauge-1.6.4-windows.x86_64.zip",
"hash": "d4851ab876445bdfbca81ef88198930f101605479a0fc5c8ea02a54fb29c6296"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.6.4/gauge-1.6.4-windows.x86.zip",
"hash": "b5b7013b5a86d68580401460a43cc38019723b1094304042de7adb06e4131c37"
}
},
"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"
}
}
}
}