Skip to content

Commit

Permalink
Jellyfin: Update to v10.8.11 (SynoCommunity#5902)
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt authored Sep 27, 2023
1 parent 7f2bd31 commit 3e9d652
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion cross/jellyfin-web/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = jellyfin-web
PKG_VERS = 10.8.10
PKG_VERS = 10.8.11
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/jellyfin/jellyfin-web/archive
Expand Down
6 changes: 3 additions & 3 deletions cross/jellyfin-web/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
jellyfin-web-10.8.10.tar.gz SHA1 6a6040c97fc4391c1c1d668afd175528e65f8c31
jellyfin-web-10.8.10.tar.gz SHA256 0ed8adc9d451d69cda26ec3a8d8a5baa6f1cb3788d3f4649c435dc19bdd20b8e
jellyfin-web-10.8.10.tar.gz MD5 c2ac00b7183eccddc62f8f939ad519dd
jellyfin-web-10.8.11.tar.gz SHA1 97b1f0430bc085791b7c79d5ebc68e4f1e4750bd
jellyfin-web-10.8.11.tar.gz SHA256 8a4ad66c47aa51764da160ee53551e301fe270c36adedb63364b74dfd03b60d9
jellyfin-web-10.8.11.tar.gz MD5 ddd0fa5bfe7990c8b54d5b0d5f5b4af6
2 changes: 1 addition & 1 deletion cross/jellyfin/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = jellyfin
PKG_VERS = 10.8.10
PKG_VERS = 10.8.11
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/jellyfin/jellyfin/archive
Expand Down
6 changes: 3 additions & 3 deletions cross/jellyfin/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
jellyfin-10.8.10.tar.gz SHA1 9b1db92926b78f685840f348e90779c8fb0073b3
jellyfin-10.8.10.tar.gz SHA256 a5412ae7a2470b90b51c77aee851aa1c95aaf4a51f1c830c254dc9a0cf9d0bd9
jellyfin-10.8.10.tar.gz MD5 fff31dc0ba2eb6d484592acd08fe725d
jellyfin-10.8.11.tar.gz SHA1 8642db6faf9d74c1ba46bf43fe85b47835be14c7
jellyfin-10.8.11.tar.gz SHA256 9152f762e4543928f5b046877d26f61cc2cb0902d204c056435cd11006f42c75
jellyfin-10.8.11.tar.gz MD5 7b6b215c4fa10996c9f36aa1b16c5828
4 changes: 2 additions & 2 deletions native/dotnet-sdk-6.0/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PKG_NAME = dotnet-sdk-6.0
# Version 6.0.16, SDK 6.0.408
# Version 6.0.22, SDK 6.0.414
# https://dotnet.microsoft.com/download/dotnet/6.0
PKG_VERS = 6.0.408
PKG_VERS = 6.0.414
PKG_EXT = tar.gz
PKG_DIST_NAME = dotnet-sdk-$(PKG_VERS)-linux-x64.$(PKG_EXT)
PKG_DIST_SITE = https://dotnetcli.azureedge.net/dotnet/Sdk/${PKG_VERS}
Expand Down
6 changes: 3 additions & 3 deletions native/dotnet-sdk-6.0/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dotnet-sdk-6.0.408-linux-x64.tar.gz SHA1 e062d2bf048593bca4f3c526604f24e98459d2e1
dotnet-sdk-6.0.408-linux-x64.tar.gz SHA256 1430024c646db07f97c102db12242f8eb140fa992eac5ff4480dc0228164eace
dotnet-sdk-6.0.408-linux-x64.tar.gz MD5 62057726a8e83e11a6a3709ebf083099
dotnet-sdk-6.0.414-linux-x64.tar.gz SHA1 85aa7636afb23a0922fff1f7ad019508f5156676
dotnet-sdk-6.0.414-linux-x64.tar.gz SHA256 93aa9aba65cb5538db5c19fd439ec26f287560959329d6a68be1c03cb77fdac4
dotnet-sdk-6.0.414-linux-x64.tar.gz MD5 fa751908eaa208883b03385ece7aec05
6 changes: 3 additions & 3 deletions spk/jellyfin/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Remember to also update jellyfin-web
SPK_NAME = jellyfin
SPK_VERS = 10.8.10
SPK_REV = 10
SPK_VERS = 10.8.11
SPK_REV = 11
SPK_ICON = src/jellyfin.png
WIZARDS_DIR = src/wizard/
DSM_UI_DIR = app
Expand All @@ -16,7 +16,7 @@ MAINTAINER = stevenliuit
DESCRIPTION = "The Free Software Media System. It is an alternative to the proprietary Emby and Plex."
DISPLAY_NAME = Jellyfin
STARTABLE = yes
CHANGELOG = "1. Update jellyfin to 10.8.10<br/>2. Update dotnet to 6.0.16.<br/>3. Fix dotnet dependencies for DSM 7.2."
CHANGELOG = "1. Update jellyfin to 10.8.11<br/>2. Update dotnet to 6.0.22."
HOMEPAGE = https://jellyfin.org
HELPURL = https://jellyfin.org/docs/general/server/settings.html
SUPPORTURL = https://jellyfin.org/docs/general/getting-help.html
Expand Down

0 comments on commit 3e9d652

Please sign in to comment.