2024-02-19 16:27:18 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.6.2",
"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.2/gauge-1.6.2-windows.x86_64.zip",
"hash": "70614c1a6ab74c1723552048891c23cef327e4a73e0d734a5918c336927271ee"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.6.2/gauge-1.6.2-windows.x86.zip",
"hash": "cab4b23d89b7e394a68ced4e2e69a3a2430195604dcdfa25f9ee4b8784c9c910"
}
},
"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"
}
}
}
}