2023-06-23 16:30:11 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.5.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.5.1/gauge-1.5.1-windows.x86_64.zip",
"hash": "d2d6aee9c7d6d7e172c14c13db785ddea9cb447eaef45a559e1bfd340064e91e"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.5.1/gauge-1.5.1-windows.x86.zip",
"hash": "487e0447f712218dda503e7aa42e84760bba7d367c35284346f49688e707489f"
}
},
"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"
}
}
}
}