Skip to content

Commit

Permalink
Jellyfin: Update to v10.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Dec 1, 2023
1 parent 3037e12 commit 66f3760
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.12
PKG_VERS = 10.8.13
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.12.tar.gz SHA1 787251f1020c3faeebcf2cc324ffb0a4e8955f44
jellyfin-web-10.8.12.tar.gz SHA256 1c2673ff32df57cd65d0190a053154a6d8b6fcc67d9ff4b7e167fab3ba731f9d
jellyfin-web-10.8.12.tar.gz MD5 aa57c8bc0e85259a1839f1a5de4dbb3e
jellyfin-web-10.8.13.tar.gz SHA1 3e488e221b9c33b0ef6b472348625c75656c61bf
jellyfin-web-10.8.13.tar.gz SHA256 ba67c8e973e0155924fc0646b165ec9a7e0d75e6ca9c39960daa7579e7af7505
jellyfin-web-10.8.13.tar.gz MD5 dcde9c0c3b889020d9ee65bae34083f1
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.12
PKG_VERS = 10.8.13
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.12.tar.gz SHA1 00616cbce67be7adb75337d0b48f3d05a69ad5a1
jellyfin-10.8.12.tar.gz SHA256 38708d7081342f91a4b1bb35f0cd9afea4b89369c161ebbec02f5939323345f5
jellyfin-10.8.12.tar.gz MD5 f2a282d96fbdd06ddbb89a9a0b26eb74
jellyfin-10.8.13.tar.gz SHA1 96079e9aa4ff0a3101f5b650b7759a34b2cfd963
jellyfin-10.8.13.tar.gz SHA256 aee70eacb9c72a64eb7b4413b1d4b55fea99863b8a54f5ccb552f0bf91152e36
jellyfin-10.8.13.tar.gz MD5 174925eb730149a2e8ad4aa380fc85a0
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.24, SDK 6.0.416
# Version 6.0.25, SDK 6.0.417
# https://dotnet.microsoft.com/download/dotnet/6.0
PKG_VERS = 6.0.416
PKG_VERS = 6.0.417
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.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
dotnet-sdk-6.0.417-linux-x64.tar.gz SHA1 67f6ffec6d18fe25d947c5fa8d690f1baf682a2a
dotnet-sdk-6.0.417-linux-x64.tar.gz SHA256 1b7c5ea04ccb817e1a411c9e1f89d7a4e54c0842b01b457e141bbc254ce97ba2
dotnet-sdk-6.0.417-linux-x64.tar.gz MD5 d1103ab43981d07f857f02d7752e4acf
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.12
SPK_REV = 12
SPK_VERS = 10.8.13
SPK_REV = 13
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.12<br/>2. Update dotnet to 6.0.24."
CHANGELOG = "1. Update jellyfin to 10.8.13<br/>2. Update dotnet to 6.0.25."
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 66f3760

Please sign in to comment.