2023-06-22 16:26:42 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.5.0",
"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.0/gauge-1.5.0-windows.x86_64.zip",
"hash": "9de4056eb675164d8c425456730a1d8aacd2dbcb896f4d0a90631629963f91e5"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.5.0/gauge-1.5.0-windows.x86.zip",
"hash": "27b9d52efaa280ad9fe2908a7cbab961373be9a5b885978a76dce50f104ca128"
}
},
"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"
}
}
}
}