Skip to content

Commit

Permalink
Jellyfin: Update to v10.10.1 (#6302)
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt authored Nov 6, 2024
1 parent 6b1b259 commit 3ddacb4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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.0
PKG_VERS = 10.10.1
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.0.tar.gz SHA1 02164bd479837dea1e1e81d055ed745acefa7b3c
jellyfin-web-10.10.0.tar.gz SHA256 4a800703f4feab6b704346d20a380a65de0c7692d76babd10c018df7b1b76f44
jellyfin-web-10.10.0.tar.gz MD5 cf4fe3e141320ef6889d5089341f24a2
jellyfin-web-10.10.1.tar.gz SHA1 5f932bd7aa702cac3340ea344b88b77ab8ea5e75
jellyfin-web-10.10.1.tar.gz SHA256 e6eb43203784dc78c0685c56d8a470ad4f0076166a0dc9a07e6b8df5e63a9f10
jellyfin-web-10.10.1.tar.gz MD5 c20edaebb554c3d723c8a1010fc983a7
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.0
PKG_VERS = 10.10.1
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.0.tar.gz SHA1 529e2704e6f56534351a9f480847b26a828a2d38
jellyfin-10.10.0.tar.gz SHA256 030cf3f83e61c9f329e8347ff71ea2859c2e666b5a067109061bb64122472854
jellyfin-10.10.0.tar.gz MD5 b8721ea5cf5a2ef77a6777fa9aeb7186
jellyfin-10.10.1.tar.gz SHA1 d538f3d2cc0a224bf04d39c3f79f3925d57b1664
jellyfin-10.10.1.tar.gz SHA256 af16ad7a403dc376f27192dd33cb5ac7c4f24dd49b5e607b8483e60cacf17619
jellyfin-10.10.1.tar.gz MD5 5cf2d1bcacfce498f67319b0da7caa33
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.10.0
SPK_REV = 18
SPK_VERS = 10.10.1
SPK_REV = 19
SPK_ICON = src/jellyfin.png

DEPENDS = cross/jellyfin cross/jellyfin-web
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.0<br/>2. Built with dotnet 8.0.10 and nodejs 20.18.0"
CHANGELOG = "1. Update jellyfin to 10.10.1<br/>2. Built with dotnet 8.0.10 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 3ddacb4

Please sign in to comment.