From a0341bf40533c6a95c06ff3b9a25c7869752c0ac Mon Sep 17 00:00:00 2001 From: ccyykkcyk <91893497+ccyykkcyk@users.noreply.github.com> Date: Sat, 23 May 2026 09:07:40 +0800 Subject: [PATCH 1/2] tsukimi: Update to version 26.5.3, fix checkver & autoupdate --- bucket/tsukimi.json | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/bucket/tsukimi.json b/bucket/tsukimi.json index 42d51108bec450..5c3961725e23c8 100644 --- a/bucket/tsukimi.json +++ b/bucket/tsukimi.json @@ -1,20 +1,15 @@ { - "version": "0.19.4", + "version": "26.5.3", "description": "A simple third-party Jellyfin client.", "homepage": "https://github.com/tsukinaha/tsukimi", "license": { "identifier": "GPL-3.0-or-later", "url": "https://github.com/tsukinaha/tsukimi/blob/HEAD/LICENSE" }, - "notes": [ - "Starting from version 0.20.0, the upstream project no longer provides Windows packages in the GitHub releases.", - "Version 0.19.4 is the last stable Windows release, though full functionality is not guaranteed.", - "Users seeking a stable Jellyfin client on Windows should consider alternative solutions." - ], "architecture": { "64bit": { - "url": "https://github.com/tsukinaha/tsukimi/releases/download/v0.19.4/tsukimi-x86_64-windows-gnu.7z", - "hash": "sha512:b21bbeff6e18f6bdc038a77b98d219ce00e352ebdcd9e5250e409c0fa11a973e197551697b4e29b4b7efe15bcb4e076abaa62e45549d6cce839a670f1502ee66" + "url": "https://github.com/tsukinaha/tsukimi/releases/download/v26.5.3/tsukimi-ucrt64-x86_64-windows-gnu.7z", + "hash": "sha256:6d9919586847e316c5238cd9bf06e55c1cce6cb290c2e55d717a6945bb8cf2aa" } }, "shortcuts": [ @@ -23,14 +18,15 @@ "Tsukimi" ] ], + "checkver": "github", "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/tsukinaha/tsukimi/releases/download/v$version/tsukimi-x86_64-windows-gnu.7z" + "url": "https://github.com/tsukinaha/tsukimi/releases/download/v$version/tsukimi-ucrt64-x86_64-windows-gnu.7z" } }, "hash": { - "url": "$baseurl/tsukimi.sha512sum" + "url": "$url.sha256" } } } From 912d45c3614ce27ad56c3367bc677fec50dce9da Mon Sep 17 00:00:00 2001 From: ccyykkcyk <91893497+ccyykkcyk@users.noreply.github.com> Date: Sat, 23 May 2026 11:20:49 +0800 Subject: [PATCH 2/2] fix hash --- bucket/tsukimi.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bucket/tsukimi.json b/bucket/tsukimi.json index 5c3961725e23c8..58fedcd0972867 100644 --- a/bucket/tsukimi.json +++ b/bucket/tsukimi.json @@ -9,7 +9,7 @@ "architecture": { "64bit": { "url": "https://github.com/tsukinaha/tsukimi/releases/download/v26.5.3/tsukimi-ucrt64-x86_64-windows-gnu.7z", - "hash": "sha256:6d9919586847e316c5238cd9bf06e55c1cce6cb290c2e55d717a6945bb8cf2aa" + "hash": "6d9919586847e316c5238cd9bf06e55c1cce6cb290c2e55d717a6945bb8cf2aa" } }, "shortcuts": [ @@ -24,9 +24,6 @@ "64bit": { "url": "https://github.com/tsukinaha/tsukimi/releases/download/v$version/tsukimi-ucrt64-x86_64-windows-gnu.7z" } - }, - "hash": { - "url": "$url.sha256" } } }