2025-06-14 00:39:32 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.6.18",
"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.18/gauge-1.6.18-windows.x86_64.zip",
"hash": "f69bb6f88d5db7e328838f15cbcada2e5d42bed137963209a1235dce85062f46"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.6.18/gauge-1.6.18-windows.x86.zip",
"hash": "c963ead07bfa6a0a9a18c897c4ed734d6dbeb31d1a57ee37667945f7feedb30c"
}
},
"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"
}
}
}
}