2021-07-15 14:00:25 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.3.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.3.3/gauge-1.3.3-windows.x86_64.zip",
"hash": "242cbc20db1f4d0c8c748d2622a47ec7b413999c6703d2a1bf7abe3dc8922816"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.3.3/gauge-1.3.3-windows.x86.zip",
"hash": "aa67238a0ba344cd081040aaf39ebfc79c7fe4f17013bd33e5006b3c4fbc59c8"
}
},
"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"
}
}
}
}