2026-03-02 08:33:40 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.6.26",
"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.26/gauge-1.6.26-windows.x86_64.zip",
"hash": "e89f012978c6e1d275c4d6bfc51f5cff67ccd569b271d64c5324f858863fd8cc"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.6.26/gauge-1.6.26-windows.x86.zip",
"hash": "20842a120778b078aa6f218fac67e1d6d2dba37d1aece57d80778c02de40c368"
}
},
"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"
}
}
}
}