From 3cf25f94579fa0a760559cf424040af7cfa0dd44 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Sun, 07 Apr 2024 17:17:01 +0200
Subject: [PATCH] SDL2: update to 2.30.2

---
 components/library/SDL2/sdl2.p5m                      |    6 +++---
 components/library/SDL2/Makefile                      |    4 ++--
 components/library/SDL2/manifests/sample-manifest.p5m |    6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/components/library/SDL2/Makefile b/components/library/SDL2/Makefile
index c8045ff..a63528e 100644
--- a/components/library/SDL2/Makefile
+++ b/components/library/SDL2/Makefile
@@ -17,12 +17,12 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		SDL2
-COMPONENT_VERSION=	2.30.1
+COMPONENT_VERSION=	2.30.2
 COMPONENT_SUMMARY=	libsdl2 - Simple DirectMedia Layer 2.0
 COMPONENT_PROJECT_URL=	https://www.libsdl.org
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
-COMPONENT_ARCHIVE_HASH=	sha256:01215ffbc8cfc4ad165ba7573750f15ddda1f971d5a66e9dcaffd37c587f473a
+COMPONENT_ARCHIVE_HASH=	sha256:891d66ac8cae51361d3229e3336ebec1c407a8a2a063b61df14f5fdf3ab5ac31
 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/release/$(COMPONENT_ARCHIVE)
 COMPONENT_FMRI =	library/sdl2
 COMPONENT_CLASSIFICATION =	System/Libraries
diff --git a/components/library/SDL2/manifests/sample-manifest.p5m b/components/library/SDL2/manifests/sample-manifest.p5m
index a0a9894..9397d13 100644
--- a/components/library/SDL2/manifests/sample-manifest.p5m
+++ b/components/library/SDL2/manifests/sample-manifest.p5m
@@ -104,10 +104,10 @@
 file path=usr/include/SDL2/close_code.h
 file path=usr/lib/$(MACH64)/cmake/SDL2/sdl2-config-version.cmake
 file path=usr/lib/$(MACH64)/cmake/SDL2/sdl2-config.cmake
-link path=usr/lib/$(MACH64)/libSDL2-2.0.so.0 target=libSDL2-2.0.so.0.3000.1
-file path=usr/lib/$(MACH64)/libSDL2-2.0.so.0.3000.1
+link path=usr/lib/$(MACH64)/libSDL2-2.0.so.0 target=libSDL2-2.0.so.0.3000.2
+file path=usr/lib/$(MACH64)/libSDL2-2.0.so.0.3000.2
 file path=usr/lib/$(MACH64)/libSDL2.a
-link path=usr/lib/$(MACH64)/libSDL2.so target=libSDL2-2.0.so.0.3000.1
+link path=usr/lib/$(MACH64)/libSDL2.so target=libSDL2-2.0.so.0.3000.2
 file path=usr/lib/$(MACH64)/libSDL2_test.a
 file path=usr/lib/$(MACH64)/libSDL2main.a
 file path=usr/lib/$(MACH64)/pkgconfig/sdl2.pc
diff --git a/components/library/SDL2/sdl2.p5m b/components/library/SDL2/sdl2.p5m
index b6ede95..aafa206 100644
--- a/components/library/SDL2/sdl2.p5m
+++ b/components/library/SDL2/sdl2.p5m
@@ -107,10 +107,10 @@
 file path=usr/include/SDL2/close_code.h
 file path=usr/lib/$(MACH64)/cmake/SDL2/sdl2-config-version.cmake
 file path=usr/lib/$(MACH64)/cmake/SDL2/sdl2-config.cmake
-link path=usr/lib/$(MACH64)/libSDL2-2.0.so.0 target=libSDL2-2.0.so.0.3000.1
-file path=usr/lib/$(MACH64)/libSDL2-2.0.so.0.3000.1
+link path=usr/lib/$(MACH64)/libSDL2-2.0.so.0 target=libSDL2-2.0.so.0.3000.2
+file path=usr/lib/$(MACH64)/libSDL2-2.0.so.0.3000.2
 file path=usr/lib/$(MACH64)/libSDL2.a
-link path=usr/lib/$(MACH64)/libSDL2.so target=libSDL2-2.0.so.0.3000.1
+link path=usr/lib/$(MACH64)/libSDL2.so target=libSDL2-2.0.so.0.3000.2
 file path=usr/lib/$(MACH64)/libSDL2_test.a
 file path=usr/lib/$(MACH64)/libSDL2main.a
 file path=usr/lib/$(MACH64)/pkgconfig/sdl2.pc

--
Gitblit v1.9.3