Skip to content

Commit 768c1cd

Browse files
committed
Closes #322
1 parent 52dacbc commit 768c1cd

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

bucket/aptakube.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"version": "1.11.10",
3+
"description": "Modern, lightweight and multi-cluster Kubernetes GUI. Available on Windows, macOS and Linux.",
4+
"homepage": "https://github.com/aptakube/aptakube",
5+
"license": "Closed-Source",
6+
"url": [
7+
"https://github.com/aptakube/aptakube/releases/download/1.11.10/Aptakube_1.11.10_x64.zip"
8+
],
9+
"hash": [
10+
"7978937d4672c27f5d67c2a83225e7b293d6a3d03445024d8941ded51ef922a0"
11+
],
12+
"bin": [
13+
[
14+
"Aptakube.exe",
15+
"aptakube"
16+
]
17+
],
18+
"shortcuts": [
19+
[
20+
"Aptakube.exe",
21+
"Aptakube"
22+
]
23+
],
24+
"checkver": {
25+
"github": "https://github.com/aptakube/aptakube"
26+
},
27+
"autoupdate": {
28+
"architecture": {
29+
"64bit": {
30+
"url": "https://github.com/aptakube/aptakube/releases/download/$version/Aptakube_$version_x64.zip"
31+
32+
}
33+
}
34+
}
35+
}

0 commit comments

Comments
 (0)