-
Notifications
You must be signed in to change notification settings - Fork 5
/
org.cockpit_project.CockpitClient.packages.json
58 lines (58 loc) · 1.56 KB
/
org.cockpit_project.CockpitClient.packages.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
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/9/cockpit-files-9.tar.xz",
"sha256": "ff0a34299331b75d34d73a56ea3b068728c1bcd9cf7c6cf95a24a9bb34548963"
}
]
},
{
"name": "cockpit-machines",
"buildsystem": "simple",
"build-commands": [
"make install PREFIX=/app"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/cockpit-project/cockpit-machines/releases/download/321/cockpit-machines-321.tar.xz",
"sha256": "7fe91f143bdc72efcb9dda035257d26eb9764010dc0ab4d7d8ae2ad4ef26803d"
}
]
},
{
"name": "cockpit-ostree",
"buildsystem": "simple",
"build-commands": [
"make install PREFIX=/app"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/cockpit-project/cockpit-ostree/releases/download/204/cockpit-ostree-204.tar.xz",
"sha256": "0d000f687458877e7582daed7a37d4636b399ffa334b0ca3e3792a617992110c"
}
]
},
{
"name": "cockpit-podman",
"buildsystem": "simple",
"build-commands": [
"make install PREFIX=/app"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/cockpit-project/cockpit-podman/releases/download/96/cockpit-podman-96.tar.xz",
"sha256": "8c4bca3ecae3f5f2fc6b3091a0f00d658ad4c083f3bd35698f90178f76c69cdd"
}
]
}
]