2024-04-08 05:07:51 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.6.6",
"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.6/gauge-1.6.6-windows.x86_64.zip",
"hash": "8ae8b34cb605fff060aa2c9f8ca7384de5728f8cd519da1ea3a2b970b1754c84"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.6.6/gauge-1.6.6-windows.x86.zip",
"hash": "d1a830ea5d291c6444ab8185c979648fd6eb028de197d28943d8cd8ac4dda501"
}
},
"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"
}
}
}
}