summaryrefslogtreecommitdiffstats
path: root/rules/sdl2.make
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2023-09-03 18:11:41 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2023-09-15 12:51:01 +0200
commit0fae3037222167d8a250bc2edea730d6cc645b35 (patch)
tree563af24fdfc1c5731143235c0d22c7f94ccdad04 /rules/sdl2.make
parent9d1b73017bf2de8bec85274c1da057a1e8df3a9a (diff)
downloadptxdist-0fae3037222167d8a250bc2edea730d6cc645b35.tar.gz
ptxdist-0fae3037222167d8a250bc2edea730d6cc645b35.tar.xz
sdl2: Version bump. 2.28.2 -> 2.28.3
Minor bugfix release. https://github.com/libsdl-org/SDL/releases/tag/release-2.28.3 Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20230903161141.597948-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/sdl2.make')
-rw-r--r--rules/sdl2.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/sdl2.make b/rules/sdl2.make
index 8eaa2e0ff..0d7cce26a 100644
--- a/rules/sdl2.make
+++ b/rules/sdl2.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SDL2) += sdl2
#
# Paths and names
#
-SDL2_VERSION := 2.28.2
-SDL2_MD5 := 06ff379c406cd8318d18f0de81ee2709
+SDL2_VERSION := 2.28.3
+SDL2_MD5 := a9cd672b63386d1f57074a4896045d54
SDL2 := SDL2-$(SDL2_VERSION)
SDL2_SUFFIX := tar.gz
SDL2_URL := https://www.libsdl.org/release/$(SDL2).$(SDL2_SUFFIX)