Skip to content

Commit

Permalink
Jellyfin: Update to v10.8.12 (SynoCommunity#5919)
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt authored Nov 6, 2023
1 parent c33c1a2 commit 16fd064
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.11
PKG_VERS = 10.8.12
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.11.tar.gz SHA1 97b1f0430bc085791b7c79d5ebc68e4f1e4750bd
jellyfin-web-10.8.11.tar.gz SHA256 8a4ad66c47aa51764da160ee53551e301fe270c36adedb63364b74dfd03b60d9
jellyfin-web-10.8.11.tar.gz MD5 ddd0fa5bfe7990c8b54d5b0d5f5b4af6
jellyfin-web-10.8.12.tar.gz SHA1 787251f1020c3faeebcf2cc324ffb0a4e8955f44
jellyfin-web-10.8.12.tar.gz SHA256 1c2673ff32df57cd65d0190a053154a6d8b6fcc67d9ff4b7e167fab3ba731f9d
jellyfin-web-10.8.12.tar.gz MD5 aa57c8bc0e85259a1839f1a5de4dbb3e
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.11
PKG_VERS = 10.8.12
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.11.tar.gz SHA1 8642db6faf9d74c1ba46bf43fe85b47835be14c7
jellyfin-10.8.11.tar.gz SHA256 9152f762e4543928f5b046877d26f61cc2cb0902d204c056435cd11006f42c75
jellyfin-10.8.11.tar.gz MD5 7b6b215c4fa10996c9f36aa1b16c5828
jellyfin-10.8.12.tar.gz SHA1 00616cbce67be7adb75337d0b48f3d05a69ad5a1
jellyfin-10.8.12.tar.gz SHA256 38708d7081342f91a4b1bb35f0cd9afea4b89369c161ebbec02f5939323345f5
jellyfin-10.8.12.tar.gz MD5 f2a282d96fbdd06ddbb89a9a0b26eb74
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.22, SDK 6.0.414
# Version 6.0.24, SDK 6.0.416
# https://dotnet.microsoft.com/download/dotnet/6.0
PKG_VERS = 6.0.414
PKG_VERS = 6.0.416
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.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
dotnet-sdk-6.0.416-linux-x64.tar.gz SHA1 3f8c75c571e4c48b5d087f14c484bc954058026e
dotnet-sdk-6.0.416-linux-x64.tar.gz SHA256 ca612a7b1c2833016178a717761ff6ce165a13f75e5b6d8c99b068b9597898bf
dotnet-sdk-6.0.416-linux-x64.tar.gz MD5 fe20033351a6970123ac02e2e85e91c9
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.11
SPK_REV = 11
SPK_VERS = 10.8.12
SPK_REV = 12
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.11<br/>2. Update dotnet to 6.0.22."
CHANGELOG = "1. Update jellyfin to 10.8.12<br/>2. Update dotnet to 6.0.24."
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 16fd064

Please sign in to comment.