From ab5db45e7415978703c0e0835a72bb4adcca9ca0 Mon Sep 17 00:00:00 2001 From: tm512 Date: Sun, 22 Oct 2023 14:38:41 -0700 Subject: [PATCH] SDL2: update to 2.28.4. --- srcpkgs/SDL2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template index 8f24739a6a243..e7e37a419e96e 100644 --- a/srcpkgs/SDL2/template +++ b/srcpkgs/SDL2/template @@ -1,6 +1,6 @@ # Template file for 'SDL2' pkgname=SDL2 -version=2.28.3 +version=2.28.4 revision=1 build_style=cmake configure_args="-DSDL_ALSA=ON -DSDL_ESD=OFF -DSDL_RPATH=OFF @@ -15,7 +15,7 @@ license="Zlib" homepage="https://www.libsdl.org/" changelog="https://raw.githubusercontent.com/libsdl-org/SDL/SDL2/WhatsNew.txt" distfiles="https://www.libsdl.org/release/SDL2-${version}.tar.gz" -checksum=7acb8679652701a2504d734e2ba7543ec1a83e310498ddd22fd44bf965eb5518 +checksum=888b8c39f36ae2035d023d1b14ab0191eb1d26403c3cf4d4d5ede30e66a4942c # Package build options build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"