2023-07-20 20:24:18 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.5.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.5.2/gauge-1.5.2-windows.x86_64.zip",
"hash": "04cc7caeba376152f2ab12063e752993bebcba785cf03e944ae71a96ad2c442a"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.5.2/gauge-1.5.2-windows.x86.zip",
"hash": "7c5e3ef89c64682e4cab176438d8cdb7ef7f4051e0d4cf961d15908a9a1b138a"
}
},
"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"
}
}
}
}