2023-08-03 08:25:27 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.5.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.5.4/gauge-1.5.4-windows.x86_64.zip",
"hash": "d1599dfcf99ff6636023639ac8a2d3c0256a8d1be6bf01a20a631f26829c7867"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.5.4/gauge-1.5.4-windows.x86.zip",
"hash": "5e6308886272b64b1c29bfe8b600a384290d314547aad477eaffba01afb528e1"
}
},
"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"
}
}
}
}