Skip to content

Commit

Permalink
Update to Jellyfin v10.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Nov 19, 2024
1 parent d33695b commit 7872fb1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.10.2
PKG_VERS = 10.10.3
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.10.2.tar.gz SHA1 c878f7aa4e61419f8dde403ce3993c8fd30950b6
jellyfin-web-10.10.2.tar.gz SHA256 2f7ca4771b28458a4b710c832a5dde8f4b655315e4e06d4f3f6325d8bbc4b878
jellyfin-web-10.10.2.tar.gz MD5 c03b0da73b98d780b659be14d4a2a1af
jellyfin-web-10.10.3.tar.gz SHA1 d82b2ab36f6e61f8624fe6716a9f4c9c5abd2de5
jellyfin-web-10.10.3.tar.gz SHA256 23d269d7fcb120ad697d3506f1ea71882f33353b53a4d5b6f7ef86d13ae21710
jellyfin-web-10.10.3.tar.gz MD5 b89661bd61e2ba9700b1d5d0f377487c
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.10.2
PKG_VERS = 10.10.3
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.10.2.tar.gz SHA1 21fc3d4d627691c028b8e69c501e9876c1caf0ff
jellyfin-10.10.2.tar.gz SHA256 d64ad11a28e3c4d58dc6469fd897ec6ac2dd5d0625c01b1bdb64475309d16ac6
jellyfin-10.10.2.tar.gz MD5 4773b944309f7f181c970658bf4dedb4
jellyfin-10.10.3.tar.gz SHA1 11b621f31664893e904fe13c1a532384cf76ba16
jellyfin-10.10.3.tar.gz SHA256 7f69090cf146b5c3ca8799e5c0ba3b2e696efb8807ee8675d15a39be1af3cf4d
jellyfin-10.10.3.tar.gz MD5 731b381a805de61467b6f645dc8cded2
4 changes: 2 additions & 2 deletions spk/jellyfin/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Remember to also update jellyfin-web
SPK_NAME = jellyfin
SPK_VERS = 10.10.2
SPK_VERS = 10.10.3
SPK_REV = 20
SPK_ICON = src/jellyfin.png

Expand All @@ -16,7 +16,7 @@ UNSUPPORTED_ARCHS = $(32bit_ARCHS)
MAINTAINER = SynoCommunity
DESCRIPTION = "The Free Software Media System. It is an alternative to the proprietary Emby and Plex."
DISPLAY_NAME = Jellyfin
CHANGELOG = "1. Update jellyfin to 10.10.2<br/>2. Built with dotnet 8.0.11 and nodejs 20.18.0"
CHANGELOG = "1. Update jellyfin to 10.10.3<br/>2. Built with dotnet 8.0.11 and nodejs 20.18.0"
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 7872fb1

Please sign in to comment.