2020-09-02 16:02:31 +02:00

35 lines
1.2 KiB
JSON

{
"version": "1.1.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.1.3/gauge-1.1.3-windows.x86_64.zip",
"hash": "ceda9c3744dc67621194de4793140a051fbfd913adc95613cd7a00c426079b8e"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.1.3/gauge-1.1.3-windows.x86.zip",
"hash": "f125df9f1e135d6262be4cd138432f9399127b33049893427b567303084a6e8d"
}
},
"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"
}
}
}
}