-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathorg.cockpit_project.CockpitClient.packages.json
More file actions
58 lines (58 loc) · 1.57 KB
/
org.cockpit_project.CockpitClient.packages.json
File metadata and controls
58 lines (58 loc) · 1.57 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
[
{
"name": "cockpit-files",
"buildsystem": "simple",
"build-commands": [
"make install PREFIX=/app"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/cockpit-project/cockpit-files/releases/download/37/cockpit-files-37.tar.xz",
"sha256": "0d67375ece3f4609e97244b5fc9b9a1146117a6c48e088bd5b14d667fbfdcb3d"
}
]
},
{
"name": "cockpit-machines",
"buildsystem": "simple",
"build-commands": [
"make install PREFIX=/app"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/cockpit-project/cockpit-machines/releases/download/349.1/cockpit-machines-349.1.tar.xz",
"sha256": "130c3639ed6b44f14f79b497cadd35c178761d1e70dc6bb1afeb35fac466424d"
}
]
},
{
"name": "cockpit-ostree",
"buildsystem": "simple",
"build-commands": [
"make install PREFIX=/app"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/cockpit-project/cockpit-ostree/releases/download/222/cockpit-ostree-222.tar.xz",
"sha256": "b6991bc77fe8fe7322a0dee7ff45ec6ed562fcee773e74e1f009f17e1766dc2f"
}
]
},
{
"name": "cockpit-podman",
"buildsystem": "simple",
"build-commands": [
"make install PREFIX=/app"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/cockpit-project/cockpit-podman/releases/download/122/cockpit-podman-122.tar.xz",
"sha256": "538a39ebbd4b2a85a38cc90f408759c32986a85b7cf48c936d6bce32bd9cd341"
}
]
}
]