2024-12-27 08:30:19 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.6.11",
"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.11/gauge-1.6.11-windows.x86_64.zip",
"hash": "de3c3a74370bdc8bdfb9ac8d9d5cc0d7ded191bbd9b26f57b69483f619d3c571"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.6.11/gauge-1.6.11-windows.x86.zip",
"hash": "d9501d71825b397a13c0f6d7561dd140b698127b27415569f07e189168386bb4"
}
},
"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"
}
}
}
}