From 679795231669674a8d2d54ff79a3d4f42d6ab343 Mon Sep 17 00:00:00 2001
From: David Stes <55844484+cstes@users.noreply.github.com>
Date: Sun, 31 Mar 2024 18:41:11 +0200
Subject: [PATCH] opensmalltalk stack-spur: upgrade to 5.0.3356

---
 components/runtime/smalltalk/stack-spur/Makefile |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/runtime/smalltalk/stack-spur/Makefile b/components/runtime/smalltalk/stack-spur/Makefile
index d1f8b06..d01200c 100644
--- a/components/runtime/smalltalk/stack-spur/Makefile
+++ b/components/runtime/smalltalk/stack-spur/Makefile
@@ -40,9 +40,9 @@
 # sometimes the Stack VM is generated from a different VMMaker as the Cog VM
 
 COMPONENT_NAME=		stack-spur
-COMPONENT_VERSION=	5.0.3351
-GIT_TAG=		sun-v5.0.62
-PLUGIN_REV=		5.0-202402252018
+COMPONENT_VERSION=	5.0.3356
+GIT_TAG=		sun-v5.0.63
+PLUGIN_REV=		5.0-202403301849
 COMPONENT_SUMMARY=	The OpenSmalltalk Stack Spur Virtual Machine
 COMPONENT_PROJECT_URL=	http://www.squeak.org
 COMPONENT_FMRI=		runtime/smalltalk/stack-spur
@@ -56,7 +56,7 @@
 
 COMPONENT_SRC=		opensmalltalk-vm-$(GIT_TAG)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
-COMPONENT_ARCHIVE_HASH=	sha256:3eec084e9620a9552a8ab87e4eb19a98b5f6b639f6907dba0e047103c033ff2d
+COMPONENT_ARCHIVE_HASH=	sha256:417eeb23cf33fab0e670903f406308ac49f227f15cf9e377a655d3ce402fb281
 COMPONENT_ARCHIVE_URL=	https://codeload.github.com/cstes/opensmalltalk-vm/tar.gz/$(GIT_TAG)
 
 # run SUnit tests in the build directories on 32bit and 64bit Squeak images

--
Gitblit v1.9.3