-
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.7",
"download": "https://static.oomol.com/ovm-resources/Bauklotze/{version}/ovm-amd64",
"sha256": "d8fafcecbca6dec49cd8555eb5e6b9a5ce6e75a7e57c99e2b1bc68d910f27318",
"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.7",
"download": "https://static.oomol.com/ovm-resources/libexec/{version}/libexec-darwin-amd64.tar.gz",
"sha256": "eb8b33eb363cab993b0679cb496d289e04fb9db1370a7634a53119d377b751c0",
"out": "libexec.tar.gz"
}
],
"darwin-arm64": [
{
"name": "ovm",
"version": "v1.0.7",
"download": "https://static.oomol.com/ovm-resources/Bauklotze/{version}/ovm-arm64",
"sha256": "fbce21922d01ef0ef28a2f20dfb08fa5a6f24c1fb0b6877a9e8e93b8e28cdee8",
"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.7",
"download": "https://static.oomol.com/ovm-resources/libexec/{version}/libexec-darwin-arm64.tar.gz",
"sha256": "791090bae2707262290d38394d09e5aeedf37c787a28675e05f1d438f730c153",
"out": "libexec.tar.gz"
}
],
"win32-x64": [
{
"name": "ovm",
"version": "v1.2.4",
"download": "https://static.oomol.com/ovm-resources/ovm-win/{version}/ovm-amd64.exe",
"sha256": "e10aa88e3bf9fe68bcdb5603fe6a81592f024d82b23baf0cfd70f7c8dfa86414",
"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"
}
]
}