Skip to content

Commit

Permalink
tsukimi: Update to version 0.4.10, fix autoupdate (#13241)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosette committed May 9, 2024
1 parent b99b92d commit aae2bb4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bucket/tsukimi.json
@@ -1,13 +1,13 @@
{
"version": "0.4.9-1",
"version": "0.4.10",
"description": "A simple third-party Emby client",
"homepage": "https://github.com/tsukinaha/tsukimi",
"license": "GPL-3.0-or-later",
"notes": "You can put all your config files under mpv/ directory.",
"architecture": {
"64bit": {
"url": "https://github.com/tsukinaha/tsukimi/releases/download/v0.4.9-1-win/tsukimi-x86_64-windows-gnu.7z",
"hash": "sha512:c401d6df2537c31e0bfad61ed61c0705059b9f846842a280a00e4ba75913b03db70ab532dc584eaac61b7fbf532ace104367a74e1d520b6c26a051cf035c6fc9"
"url": "https://github.com/tsukinaha/tsukimi/releases/download/v0.4.10/tsukimi-x86_64-windows-gnu.7z",
"hash": "sha512:0be37c37cd0407b8f4b4a8fc8f7d8eabdcb62d59ad2be518ee6d70d02f4b04f8f60380fe3cd005cec71c76b7a18606c12a01bd7dd9758553b1f65b61d2001cbf"
}
},
"shortcuts": [
Expand All @@ -23,12 +23,12 @@
],
"checkver": {
"url": "https://api.github.com/repositories/766925713/releases/latest",
"regex": "/v([\\w-.]+)-win"
"regex": "/v([\\w-.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/tsukinaha/tsukimi/releases/download/v$version-win/tsukimi-x86_64-windows-gnu.7z"
"url": "https://github.com/tsukinaha/tsukimi/releases/download/v$version/tsukimi-x86_64-windows-gnu.7z"
}
},
"hash": {
Expand Down

0 comments on commit aae2bb4

Please sign in to comment.