2022-01-22 12:29:28 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.4.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.4.3/gauge-1.4.3-windows.x86_64.zip",
"hash": "6351416c72923d851cc2e4d6ee0833a0326ecbd48d46be44690a80541c3e78dc"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.4.3/gauge-1.4.3-windows.x86.zip",
"hash": "8079541908cc68e893626dd633728d821e17978a00efed1ec19c386e1f82a8e2"
}
},
"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"
}
}
}
}