Skip to content

Commit

Permalink
chore(zyplayer): update version to 3.3.10 and modify download URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
aliuq committed Feb 24, 2025
1 parent 3e6d3c1 commit 48d4442
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bucket/zyplayer.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"##": "ZyPlayer",
"version": "3.3.7",
"version": "3.3.10",
"description": "跨平台桌面端视频资源播放器,免费高颜值",
"homepage": "https://github.com/Hiram-Wong/ZyPlayer",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Hiram-Wong/ZyPlayer/releases/download/v3.3.7/zyplayer-win-3.3.7-x64.exe#/dl.7z",
"hash": "d8c5d88b1ce578f94ce3b89a13c5829636f38682242f9cca8d184f98aded0294"
"url": "https://github.com/Hiram-Wong/ZyPlayer/releases/download/v3.3.10/zyfun-win-3.3.10-x64.exe#/dl.7z",
"hash": "01d4039a3c133a3ba32d29f760bab840427b10cc3c059febe9b252b0384eac77"
},
"32bit": {
"url": "https://github.com/Hiram-Wong/ZyPlayer/releases/download/v3.3.7/zyplayer-win-3.3.7.exe#/dl.7z",
"hash": "f18d3713351e877e5c0fbef6b757c23e68602b3c5dfb45fa18db98d8be9bc9cf"
"url": "https://github.com/Hiram-Wong/ZyPlayer/releases/download/v3.3.10/zyfun-win-3.3.10.exe#/dl.7z",
"hash": "522df3382a113d59ec8d1748d48a63c1b6af0bc1273c64bd9adf16a2b53d6e49"
}
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Hiram-Wong/ZyPlayer/releases/download/v$version/zyplayer-win-$version-x64.exe#/dl.7z"
"url": "https://github.com/Hiram-Wong/ZyPlayer/releases/download/v$version/zyfun-win-$version-x64.exe#/dl.7z"
},
"32bit": {
"url": "https://github.com/Hiram-Wong/ZyPlayer/releases/download/v$version/zyplayer-win-$version.exe#/dl.7z"
"url": "https://github.com/Hiram-Wong/ZyPlayer/releases/download/v$version/zyfun-win-$version.exe#/dl.7z"
}
}
},
Expand Down

0 comments on commit 48d4442

Please sign in to comment.