-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathresource.json
More file actions
64 lines (64 loc) · 2.24 KB
/
resource.json
File metadata and controls
64 lines (64 loc) · 2.24 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"darwin-x64": [
{
"name": "ovm",
"version": "v1.0.8",
"download": "https://static.oomol.com/ovm-resources/Bauklotze/{version}/ovm-amd64",
"sha256": "896e003d4106ba1d002d9de086a8fc1b60d8aef2f0342217517df293b2fecf95",
"out": "bin/ovm"
},
{
"name": "bootable",
"version": "v1.0.1",
"download": "https://static.oomol.com/ovm-resources/Bauklotze_bootable/{version}/bootable-darwin-amd64.img.zst",
"sha256": "b96b056a9770c5edac42d4c4b524526c2c373ad474b8f9e1ad20b2ea75f44840",
"out": "bootable.img.zst"
},
{
"name": "libexec",
"version": "v1.0.8",
"download": "https://static.oomol.com/ovm-resources/libexec/{version}/libexec-darwin-amd64.tar.gz",
"sha256": "5904ca9629653aa1e4a1c51433eb9b144c50741d38897f38301e6d8213ebf20f",
"out": "libexec.tar.gz"
}
],
"darwin-arm64": [
{
"name": "ovm",
"version": "v1.0.8",
"download": "https://static.oomol.com/ovm-resources/Bauklotze/{version}/ovm-arm64",
"sha256": "2b5465be08c9afa02e03b07ee44b9f95802e31276710d1f8dce1bb18f849b8be",
"out": "bin/ovm"
},
{
"name": "bootable",
"version": "v1.0.1",
"download": "https://static.oomol.com/ovm-resources/Bauklotze_bootable/{version}/bootable-darwin-arm64.img.zst",
"sha256": "b56e2e9a6c1e63a807757176b632511f17f0747cbf7b47a256e8ed4a680f1863",
"out": "bootable.img.zst"
},
{
"name": "libexec",
"version": "v1.0.8",
"download": "https://static.oomol.com/ovm-resources/libexec/{version}/libexec-darwin-arm64.tar.gz",
"sha256": "08ae88012a4eb76b45eb3d4b48f252bb627fd34f51d2bababf10c85eff1eda92",
"out": "libexec.tar.gz"
}
],
"win32-x64": [
{
"name": "ovm",
"version": "v1.2.5",
"download": "https://static.oomol.com/ovm-resources/ovm-win/{version}/ovm-amd64.exe",
"sha256": "d1d93eabf1e4314586d283f2cf75ceb8ea852acc10b894936acb6f092a9d4316",
"out": "ovm.exe"
},
{
"name": "rootfs",
"version": "v1.0.1",
"download": "https://static.oomol.com/ovm-resources/Bauklotze_bootable/{version}/rootfs-amd64.zst",
"sha256": "af3bfefa216891a2e6815b0ad8391ed579f4bf779faeb40983af8062db9e153b",
"out": "rootfs.zst"
}
]
}