Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

native/nodejs: update to v20.18.1 #6350

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion native/nodejs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.0
PKG_VERS = 20.18.1
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)
Expand Down
6 changes: 3 additions & 3 deletions native/nodejs/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
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
node-v20.18.1-linux-x64.tar.xz SHA1 99748a5efc3162deb6377061105c414671f9f6bd
node-v20.18.1-linux-x64.tar.xz SHA256 c6fa75c841cbffac851678a472f2a5bd612fff8308ef39236190e1f8dbb0e567
node-v20.18.1-linux-x64.tar.xz MD5 ef5705b0f1020a352260a9198d57220f
Loading