2021-07-28 03:00:33 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.4.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.4.0/gauge-1.4.0-windows.x86_64.zip",
"hash": "cc77db01c2dec1d029fd909c014afb644481044298906cc3c31d865afe519b13"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.4.0/gauge-1.4.0-windows.x86.zip",
"hash": "9549506c3bf445b54ccaa7fa0aa1974fe91e2ce0b2b2838ced415fa592abd732"
}
},
"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"
}
}
}
}