Skip to content

Commit a4558b2

Browse files
authored
plakar: Add version 1.0.6 (#16939)
1 parent b290e41 commit a4558b2

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

bucket/plakar.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"version": "1.0.6",
3+
"description": "Backup solution powered by Kloset and ptar",
4+
"homepage": "https://github.com/PlakarKorp/plakar",
5+
"license": "ISC",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/PlakarKorp/plakar/releases/download/v1.0.6/plakar_1.0.6_windows_amd64.tar.gz",
9+
"hash": "bbca145a400268884410f74070b62777765137a0d3b168b52ee6b33f611b2cef"
10+
},
11+
"arm64": {
12+
"url": "https://github.com/PlakarKorp/plakar/releases/download/v1.0.6/plakar_1.0.6_windows_arm64.tar.gz",
13+
"hash": "73fa1905d88aa5ca4ddad969f6565369a08f69d93a33d36a50986e4cc3ac5478"
14+
}
15+
},
16+
"bin": "plakar.exe",
17+
"checkver": "github",
18+
"autoupdate": {
19+
"architecture": {
20+
"64bit": {
21+
"url": "https://github.com/PlakarKorp/plakar/releases/download/v$version/plakar_$version_windows_amd64.tar.gz"
22+
},
23+
"arm64": {
24+
"url": "https://github.com/PlakarKorp/plakar/releases/download/v$version/plakar_$version_windows_arm64.tar.gz"
25+
}
26+
},
27+
"hash": {
28+
"url": "https://github.com/PlakarKorp/plakar/releases/download/v$version/plakar_$version_checksums.txt"
29+
}
30+
}
31+
}

0 commit comments

Comments
 (0)