2023-10-27 08:26:09 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.5.6",
"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.6/gauge-1.5.6-windows.x86_64.zip",
"hash": "5364b9e6c8958024f8d89f9ce7738c43e235fb9e31b93cb30b146e68370abd67"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.5.6/gauge-1.5.6-windows.x86.zip",
"hash": "db96d5233b839da7bb85c8476538da3cd0af02eb1b0ffde442925aac3f7f216f"
}
},
"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"
}
}
}
}