From 25761a35cc53ebf48d3e62419ee2be6ed750f213 Mon Sep 17 00:00:00 2001 From: mreid-tt <943378+mreid-tt@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:22:39 -0400 Subject: [PATCH] Update to Node.js v20.18.0 --- native/nodejs/Makefile | 2 +- native/nodejs/digests | 6 +++--- spk/jellyfin/Makefile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/native/nodejs/Makefile b/native/nodejs/Makefile index 50f62074a08..33e1df6dc42 100644 --- a/native/nodejs/Makefile +++ b/native/nodejs/Makefile @@ -2,7 +2,7 @@ PKG_NAME = nodejs # https://github.com/nodejs/release#release-schedule # v18 is Maintenance Version "Hydrogen" since 2023-10-18 with EOL at 2025-04-30 # v20 is LTS Version "Iron" from 2023-10-24 to 2024-10-22 with EOL at 2026-04-30 -PKG_VERS = 20.14.0 +PKG_VERS = 20.18.0 PKG_EXT = tar.xz PKG_DIST_NAME = node-v$(PKG_VERS)-linux-x64.$(PKG_EXT) PKG_DIST_SITE = https://nodejs.org/dist/v$(PKG_VERS) diff --git a/native/nodejs/digests b/native/nodejs/digests index ee3610440ea..ca29f07ac98 100644 --- a/native/nodejs/digests +++ b/native/nodejs/digests @@ -1,3 +1,3 @@ -node-v20.14.0-linux-x64.tar.xz SHA1 dad41d89d58bc8b5d1a5b85d1704b44bc929cbca -node-v20.14.0-linux-x64.tar.xz SHA256 fedf8fa73b6f51c4ffcc5da8f86cd1ed381bc9dceae0829832c7d683a78b8e36 -node-v20.14.0-linux-x64.tar.xz MD5 efab60d77c41ee1fb0f1cb226ad1f346 +node-v20.18.0-linux-x64.tar.xz SHA1 91f01808450b07143ee52cc78c642c94df147d3f +node-v20.18.0-linux-x64.tar.xz SHA256 4543670b589593f8fa5f106111fd5139081da42bb165a9239f05195e405f240a +node-v20.18.0-linux-x64.tar.xz MD5 dbbcfc904edea33eea4b4ce78f99c437 diff --git a/spk/jellyfin/Makefile b/spk/jellyfin/Makefile index e3c93b4a1f3..914ccf7aa0e 100644 --- a/spk/jellyfin/Makefile +++ b/spk/jellyfin/Makefile @@ -18,7 +18,7 @@ MAINTAINER = SynoCommunity 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.10.0
2. Update dotnet to 8.0.10" +CHANGELOG = "1. Update jellyfin to 10.10.0
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