2021-07-07 10:00:18 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.3.1",
"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.3.1/gauge-1.3.1-windows.x86_64.zip",
"hash": "58f2cd7d37411e4a9e4e6481635c04399d55870dcc461d97f2a0a68b2bcbde9b"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.3.1/gauge-1.3.1-windows.x86.zip",
"hash": "c88dfa5cb379e918c0d9efb1d4d728a51c4d8cadf4d864a7c04a96967602b725"
}
},
"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"
}
}
}
}