Skip to content

Commit

Permalink
native/nodejs: update to v20.18.1 (#6350)
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt authored Dec 10, 2024
1 parent 2f18aa9 commit 6f904e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 6f904e6

Please sign in to comment.