2023-07-28 12:30:45 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.5.3",
"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.3/gauge-1.5.3-windows.x86_64.zip",
"hash": "b33b01a3e072475b5eb872c6775605125cd358696285d9d5d84980265051a5b0"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.5.3/gauge-1.5.3-windows.x86.zip",
"hash": "a6c99d9261bc1639d6e317cc704552892653ca597b7094cdfd43a39718a43eb7"
}
},
"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"
}
}
}
}