diff --git a/bucket/tsukimi.json b/bucket/tsukimi.json index 42d51108bec450..58fedcd0972867 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": "6d9919586847e316c5238cd9bf06e55c1cce6cb290c2e55d717a6945bb8cf2aa" } }, "shortcuts": [ @@ -23,14 +18,12 @@ "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" } } }