2024-10-29 16:30:13 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.6.10",
"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.10/gauge-1.6.10-windows.x86_64.zip",
"hash": "3cfee60be9d6f52c6113c8bdd4600a70e8ec7d0ad9881c1ecb236edd6638bb37"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.6.10/gauge-1.6.10-windows.x86.zip",
"hash": "00306ac1e45ae69ebfd0632fee4f02b46c9933b34941b08821ee153d8c3e36d9"
}
},
"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"
}
}
}
}