changeset 6901:b4f4e1b0b1c4

* src/sdl2.mk: update to v2.28.4
author John Donoghue <john.donoghue@ieee.org>
date Tue, 03 Oct 2023 11:28:36 -0400
parents 8c55666488fa
children 6d2e1e9f23be
files src/sdl2.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/sdl2.mk	Tue Oct 03 10:02:30 2023 -0400
+++ b/src/sdl2.mk	Tue Oct 03 11:28:36 2023 -0400
@@ -3,8 +3,8 @@
 
 PKG             := sdl2
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 2.28.3
-$(PKG)_CHECKSUM := 658c0eb3bcc9292d0cf20c3ee83ddccdfdcc89da
+$(PKG)_VERSION  := 2.28.4
+$(PKG)_CHECKSUM := 13e5beb7696799b606e86dc743ee57f4346eb393
 $(PKG)_SUBDIR   := SDL2-$($(PKG)_VERSION)
 $(PKG)_FILE     := SDL2-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://www.libsdl.org/release/$($(PKG)_FILE)