2024-02-02 08:25:16 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.6.1",
"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.1/gauge-1.6.1-windows.x86_64.zip",
"hash": "fa78e558853a7e6b5618cd3db3bc7994650a33fa756c74f3fa08d2cbd7bcfe67"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.6.1/gauge-1.6.1-windows.x86.zip",
"hash": "54ffb0dc379fb565c3032a0f7bd928b6114fd13e20f335e114ff9b6f08fd2f83"
}
},
"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"
}
}
}
}