2024-01-24 12:30:18 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.5.7",
"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.7/gauge-1.5.7-windows.x86_64.zip",
"hash": "3f0246c4df7df2d735b59a2d14634d849fbca7ee2566dadb9aa0c7d95fefbb33"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.5.7/gauge-1.5.7-windows.x86.zip",
"hash": "e17703f5e71b197445008c22b26c29b4f15130ac881a39032cb26dc3964b2689"
}
},
"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"
}
}
}
}