-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgauge.json
34 lines (34 loc) · 1.21 KB
/
gauge.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"version": "1.6.14",
"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.6.14/gauge-1.6.14-windows.x86_64.zip",
"hash": "c2df94ddb76b7c2a6a654e87c626b8bfb7ff9f6352c69e54286274523139863e"
},
"32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.6.14/gauge-1.6.14-windows.x86.zip",
"hash": "c6cda21894eefbfbd731a0fc07bfcc7c9ade9c4d69374c0717a63ee2b6cf7d46"
}
},
"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"
}
}
}
}