Skip to content

Commit df256fb

Browse files
authored
tsukimi: Update to version 26.5.3, enable checkver, fix autoupdate (#17862)
1 parent 3d0d572 commit df256fb

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

bucket/tsukimi.json

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
{
2-
"version": "0.19.4",
2+
"version": "26.5.3",
33
"description": "A simple third-party Jellyfin client.",
44
"homepage": "https://github.com/tsukinaha/tsukimi",
55
"license": {
66
"identifier": "GPL-3.0-or-later",
77
"url": "https://github.com/tsukinaha/tsukimi/blob/HEAD/LICENSE"
88
},
9-
"notes": [
10-
"Starting from version 0.20.0, the upstream project no longer provides Windows packages in the GitHub releases.",
11-
"Version 0.19.4 is the last stable Windows release, though full functionality is not guaranteed.",
12-
"Users seeking a stable Jellyfin client on Windows should consider alternative solutions."
13-
],
149
"architecture": {
1510
"64bit": {
16-
"url": "https://github.com/tsukinaha/tsukimi/releases/download/v0.19.4/tsukimi-x86_64-windows-gnu.7z",
17-
"hash": "sha512:b21bbeff6e18f6bdc038a77b98d219ce00e352ebdcd9e5250e409c0fa11a973e197551697b4e29b4b7efe15bcb4e076abaa62e45549d6cce839a670f1502ee66"
11+
"url": "https://github.com/tsukinaha/tsukimi/releases/download/v26.5.3/tsukimi-ucrt64-x86_64-windows-gnu.7z",
12+
"hash": "6d9919586847e316c5238cd9bf06e55c1cce6cb290c2e55d717a6945bb8cf2aa"
1813
}
1914
},
2015
"shortcuts": [
@@ -23,14 +18,12 @@
2318
"Tsukimi"
2419
]
2520
],
21+
"checkver": "github",
2622
"autoupdate": {
2723
"architecture": {
2824
"64bit": {
29-
"url": "https://github.com/tsukinaha/tsukimi/releases/download/v$version/tsukimi-x86_64-windows-gnu.7z"
25+
"url": "https://github.com/tsukinaha/tsukimi/releases/download/v$version/tsukimi-ucrt64-x86_64-windows-gnu.7z"
3026
}
31-
},
32-
"hash": {
33-
"url": "$baseurl/tsukimi.sha512sum"
3427
}
3528
}
3629
}

0 commit comments

Comments
 (0)