From a2eb285a9f4e07c5cb7c18a6b65a460466020b01 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Mon, 29 Jan 2024 07:19:51 +0100
Subject: [PATCH] sbcl: update to 2.4.1

---
 components/runtime/sbcl/pkg5                          |    2 +-
 components/runtime/sbcl/Makefile                      |    6 +++---
 components/runtime/sbcl/manifests/sample-manifest.p5m |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/components/runtime/sbcl/Makefile b/components/runtime/sbcl/Makefile
index 4891cc2..18dee25 100644
--- a/components/runtime/sbcl/Makefile
+++ b/components/runtime/sbcl/Makefile
@@ -10,19 +10,19 @@
 
 #
 # Copyright 2014 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
-# Copyright 2021 Andreas Wacknitz
+# Copyright 2021, 2024, Andreas Wacknitz
 #
 
 BUILD_STYLE= justmake
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		sbcl
-COMPONENT_VERSION=	2.4.0
+COMPONENT_VERSION=	2.4.1
 COMPONENT_SUMMARY=	sbcl - Steel Bank Common Lisp
 COMPONENT_PROJECT_URL=	https://sbcl.sourceforge.io/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC)-source.tar.bz2
-COMPONENT_ARCHIVE_HASH=	sha256:83d8b74f08d2254c59b9790bc1f669e09099457b884720ececbf45f4b46d1776
+COMPONENT_ARCHIVE_HASH=	sha256:da4f9486fad413d3af7abb1b09269325fdb4bff7e7b88f2195ddee743263cf7e
 COMPONENT_ARCHIVE_URL=	https://downloads.sourceforge.net/project/sbcl/sbcl/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
 COMPONENT_FMRI=		runtime/sbcl
 COMPONENT_CLASSIFICATION=	Development/Other Languages
diff --git a/components/runtime/sbcl/manifests/sample-manifest.p5m b/components/runtime/sbcl/manifests/sample-manifest.p5m
index d39f157..1bc9007 100644
--- a/components/runtime/sbcl/manifests/sample-manifest.p5m
+++ b/components/runtime/sbcl/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
 #
 
 #
-# Copyright 2023 <contributor>
+# Copyright 2024 <contributor>
 #
 
 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
diff --git a/components/runtime/sbcl/pkg5 b/components/runtime/sbcl/pkg5
index 564d1c0..8de850b 100644
--- a/components/runtime/sbcl/pkg5
+++ b/components/runtime/sbcl/pkg5
@@ -8,4 +8,4 @@
         "runtime/sbcl"
     ],
     "name": "sbcl"
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3