forked from raystack/scoop-bucket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguardian.json
29 lines (29 loc) · 1.11 KB
/
guardian.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
{
"version": "0.12.9-alpha.4",
"architecture": {
"32bit": {
"url": "https://github.com/goto/guardian/releases/download/v0.12.9-alpha.4/guardian_0.12.9-alpha.4_Windows_i386.zip",
"bin": [
"guardian.exe"
],
"hash": "15350bd2caca8b509d73301b46d398001c61a831d8bb6b3b5a6e58c8aa84561c"
},
"64bit": {
"url": "https://github.com/goto/guardian/releases/download/v0.12.9-alpha.4/guardian_0.12.9-alpha.4_Windows_x86_64.zip",
"bin": [
"guardian.exe"
],
"hash": "bbc7cdeca93e80b8256018027faaa49878a4efe1409cf71975140fb2ac1b5bb2"
},
"arm64": {
"url": "https://github.com/goto/guardian/releases/download/v0.12.9-alpha.4/guardian_0.12.9-alpha.4_Windows_arm64.zip",
"bin": [
"guardian.exe"
],
"hash": "fc2173f64d6979a65ae2d672ece730a1670b4dc19be2f84c1ea51820abd3a260"
}
},
"homepage": "https://github.com/goto/guardian",
"license": "Apache 2.0",
"description": "Universal data access tool"
}