2021-08-20 11:00:35 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.4.1",
"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.1/gauge-1.4.1-windows.x86_64.zip",
"hash": "128f21aed1d80c901cd213ebda50b218d379438055d9801c94021bccfdc997dd"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.4.1/gauge-1.4.1-windows.x86.zip",
"hash": "85987a61326b847ae3b30de4158c933eb180c4a221e9bc80b7f5a270f00a7e92"
}
},
"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"
}
}
}
}