2020-06-04 15:14:06 +02:00

35 lines
1.2 KiB
JSON

{
"homepage": "https://gauge.org",
"description": "Test automation tool.",
"license": "GPL-3.0-or-later",
"version": "1.1.1",
"architecture": {
"64bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.1.1/gauge-1.1.1-windows.x86_64.zip",
"hash": "a224ecedc6161fed205cd8f02fde409abc99c4b13e3b68f704562101a2b5c46e"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.1.1/gauge-1.1.1-windows.x86.zip",
"hash": "3b1a1bf9d25578cd867e368a3f79e16ddbfb37559b98209c0d9096c9bde5591a"
}
},
"bin": "gauge.exe",
"persist": "home",
"env_set": {
"GAUGE_HOME": "$persist_dir\\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"
}
}
}
}