From 8cdd197ba643eb2608c5aab87567625bb9336cee Mon Sep 17 00:00:00 2001
From: David Stes <55844484+cstes@users.noreply.github.com>
Date: Sun, 31 Mar 2024 18:41:25 +0200
Subject: [PATCH] opensmalltalk cog-spur: update to 5.0.3356

---
 components/runtime/node20/Makefile |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/components/runtime/node20/Makefile b/components/runtime/node20/Makefile
index cdcf166..9cd8617 100644
--- a/components/runtime/node20/Makefile
+++ b/components/runtime/node20/Makefile
@@ -12,16 +12,17 @@
 # Copyright 2023 Andreas Wacknitz <a.wacknitz@gmx.de>
 #
 
+USE_PARALLEL_BUILD= yes
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=			node
 COMPONENT_MAJOR_VERSION=	20
-COMPONENT_VERSION=		$(COMPONENT_MAJOR_VERSION).11.1
+COMPONENT_VERSION=		$(COMPONENT_MAJOR_VERSION).12.0
 COMPONENT_SUMMARY=		Evented I/O for V8 JavaScript.
 COMPONENT_PROJECT_URL=	https://nodejs.org
 COMPONENT_SRC=			$(COMPONENT_NAME)-v$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=		$(COMPONENT_SRC).tar.xz
-COMPONENT_ARCHIVE_HASH=	sha256:77813edbf3f7f16d2d35d3353443dee4e61d5ee84d9e3138c7538a3c0ca5209e
+COMPONENT_ARCHIVE_HASH=	sha256:76e5346cebfd581528f699f764f4d1a6e87cb818b696708f235ddcb625a0f78d
 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/dist/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
 COMPONENT_CLASSIFICATION=	Development/Other Languages
 COMPONENT_FMRI=			runtime/nodejs-$(COMPONENT_MAJOR_VERSION)

--
Gitblit v1.9.3