2021-10-17 17:00:38 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.4.2",
"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.2/gauge-1.4.2-windows.x86_64.zip",
"hash": "0255aec49e22c1664252242576daceb5dd2e5310890bf46b2f5a0ee7df02ed84"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.4.2/gauge-1.4.2-windows.x86.zip",
"hash": "dd7b461aaf9cdc06c26930f14a3e8e9380f605119a005c1293045266260dfb4e"
}
},
"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"
}
}
}
}