From 7fb72f66dd0ccf4ca87822aae1538f99a4cfe3af Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 30 Sep 2024 22:16:05 +0800 Subject: [PATCH] Jellyfin 10.9.11 (#6201) * update jellyfin 10.9.10 update jellyfin 10.9.10 * update jellyfin 10.9.10 update jellyfin 10.9.10 * update jellyfin 10.9.10 update jellyfin 10.9.10 * update jellyfin 10.9.11 update jellyfin 10.9.11 * update jellyfin 10.9.11 update jellyfin 10.9.11 * update jellyfin 10.9.11 update jellyfin 10.9.11 * modify MAINTAINER modify MAINTAINER Abandon maintenance and hand it over to the official --- cross/jellyfin-web/Makefile | 2 +- cross/jellyfin-web/digests | 6 +++--- cross/jellyfin/Makefile | 2 +- cross/jellyfin/digests | 6 +++--- spk/jellyfin/Makefile | 8 ++++---- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/cross/jellyfin-web/Makefile b/cross/jellyfin-web/Makefile index 9b495b03f19..ef84b13d3e0 100644 --- a/cross/jellyfin-web/Makefile +++ b/cross/jellyfin-web/Makefile @@ -1,5 +1,5 @@ PKG_NAME = jellyfin-web -PKG_VERS = 10.9.7 +PKG_VERS = 10.9.11 PKG_EXT = tar.gz PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT) PKG_DIST_SITE = https://github.com/jellyfin/jellyfin-web/archive diff --git a/cross/jellyfin-web/digests b/cross/jellyfin-web/digests index ef3a8867333..859766e0361 100644 --- a/cross/jellyfin-web/digests +++ b/cross/jellyfin-web/digests @@ -1,3 +1,3 @@ -jellyfin-web-10.9.7.tar.gz SHA1 0911663e4f11214a69037bce81cc0382b6ae12ae -jellyfin-web-10.9.7.tar.gz SHA256 de4a2b3e3894173484bdde66dd9ec2e66f1f4e734b9561a260b143ff6e983871 -jellyfin-web-10.9.7.tar.gz MD5 6db2d65c9baa0b01e627e91a05e6183b +jellyfin-web-10.9.11.tar.gz SHA1 4f0fde9451c4eb5851ec47454aefde093ee31b46 +jellyfin-web-10.9.11.tar.gz SHA256 37feccb02f088e051b3730f992f59eab198a33d16174d2d32b46ce8aef6a9f24 +jellyfin-web-10.9.11.tar.gz MD5 8afae69f773e8bff6954f57e5359554e diff --git a/cross/jellyfin/Makefile b/cross/jellyfin/Makefile index 86eeae3eb7a..594bd1984b4 100644 --- a/cross/jellyfin/Makefile +++ b/cross/jellyfin/Makefile @@ -1,5 +1,5 @@ PKG_NAME = jellyfin -PKG_VERS = 10.9.7 +PKG_VERS = 10.9.11 PKG_EXT = tar.gz PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT) PKG_DIST_SITE = https://github.com/jellyfin/jellyfin/archive diff --git a/cross/jellyfin/digests b/cross/jellyfin/digests index 553105af7cf..c198de896e3 100644 --- a/cross/jellyfin/digests +++ b/cross/jellyfin/digests @@ -1,3 +1,3 @@ -jellyfin-10.9.7.tar.gz SHA1 73490dd3dd40f123d10df7899cf769b3183324c9 -jellyfin-10.9.7.tar.gz SHA256 dc8cd6c6d75600b14530d5660ee19505ccf45462ec3ac6a76b6ac1a761e55c25 -jellyfin-10.9.7.tar.gz MD5 4be677fab53ba17d0208cd9b3b336aca +jellyfin-10.9.11.tar.gz SHA1 21ad06234e0924e10ed33b4343b0bd423df62b48 +jellyfin-10.9.11.tar.gz SHA256 b2195d95d2e0354f6b64a4ee63632c2f04a0d8b1bb34bbf41aadc5393f1c2e53 +jellyfin-10.9.11.tar.gz MD5 e63a1b1b8d37fea2f3add2b5cd665389 diff --git a/spk/jellyfin/Makefile b/spk/jellyfin/Makefile index 74884172249..be39a07a226 100644 --- a/spk/jellyfin/Makefile +++ b/spk/jellyfin/Makefile @@ -1,7 +1,7 @@ # Remember to also update jellyfin-web SPK_NAME = jellyfin -SPK_VERS = 10.9.7 -SPK_REV = 15 +SPK_VERS = 10.9.11 +SPK_REV = 16 SPK_ICON = src/jellyfin.png WIZARDS_DIR = src/wizard/ DSM_UI_DIR = app @@ -14,11 +14,11 @@ REQUIRED_MIN_DSM = 7.2 # x64 and armv8 archs are supported only. UNSUPPORTED_ARCHS = $(32bit_ARCHS) -MAINTAINER = stevenliuit +MAINTAINER = SynoCommunity DESCRIPTION = "The Free Software Media System. It is an alternative to the proprietary Emby and Plex." DISPLAY_NAME = Jellyfin STARTABLE = yes -CHANGELOG = "Update jellyfin to 10.9.7" +CHANGELOG = "Update jellyfin to 10.9.11" HOMEPAGE = https://jellyfin.org HELPURL = https://jellyfin.org/docs/general/server/settings.html SUPPORTURL = https://jellyfin.org/docs/general/getting-help.html