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/sysutils/coreutils/Makefile |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/components/sysutils/coreutils/Makefile b/components/sysutils/coreutils/Makefile
index a03ea2d..e46c115 100644
--- a/components/sysutils/coreutils/Makefile
+++ b/components/sysutils/coreutils/Makefile
@@ -27,19 +27,20 @@
 # Copyright 2020-2021 Nona Hansel
 #
 
+USE_PARALLEL_BUILD= yes
 USE_DEFAULT_TEST_TRANSFORMS= yes
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=         coreutils
-COMPONENT_VERSION=      9.4
-COMPONENT_FMRI=         file/gnu-coreutils	
+COMPONENT_VERSION=      9.5
 COMPONENT_SUMMARY=		GNU Core Utilities are the basic file, shell and text manipulation utilities
-COMPONENT_CLASSIFICATION=Applications/System Utilities
 COMPONENT_PROJECT_URL=	https://www.gnu.org/software/coreutils/
 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.xz
-COMPONENT_ARCHIVE_HASH= sha256:ea613a4cf44612326e917201bbbcdfbd301de21ffc3b59b6e5c07e040b275e52
+COMPONENT_ARCHIVE_HASH= sha256:cd328edeac92f6a665de9f323c93b712af1858bc2e0d88f3f7100469470a1b8a
 COMPONENT_ARCHIVE_URL=  https://ftp.gnu.org/gnu/coreutils/$(COMPONENT_ARCHIVE)
+COMPONENT_FMRI=         file/gnu-coreutils	
+COMPONENT_CLASSIFICATION=Applications/System Utilities
 COMPONENT_LICENSE=      GPLv3, FDLv1.3
 
 include $(WS_MAKE_RULES)/common.mk

--
Gitblit v1.9.3