2021-01-13 18:44:14 +01:00

35 lines
1.2 KiB
JSON

{
"version": "1.1.7",
"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.7/gauge-1.1.7-windows.x86_64.zip",
"hash": "39cdd181078b3f81f235aaf389863a7cac4317d91f5a89165d172dcf6f4159b4"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.1.7/gauge-1.1.7-windows.x86.zip",
"hash": "acb571da82ef0350104022d8941fae5d5e4b955907b9ca30228969d813a6abcd"
}
},
"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"
}
}
}
}