2024-02-27 08:26:08 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.6.3",
"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.3/gauge-1.6.3-windows.x86_64.zip",
"hash": "a42dc451058d532e90cacb381470e3ec1a4876996cfdf493e715fb31ecfb3b38"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.6.3/gauge-1.6.3-windows.x86.zip",
"hash": "cab26b47eb189d182b796855b5899c46caf573346a7d5390d1dc454ac7ecdb2a"
}
},
"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"
}
}
}
}