From 518b860255602b889e90f8cd028ae72b35f7da69 Mon Sep 17 00:00:00 2001 From: Piotr Danecki Date: Tue, 25 Mar 2025 10:16:04 +0100 Subject: [PATCH] SDL3: update to 3.2.8. Signed-off-by: Piotr Danecki --- srcpkgs/SDL3/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/SDL3/template b/srcpkgs/SDL3/template index 514a7292595..c77b4b3dc08 100644 --- a/srcpkgs/SDL3/template +++ b/srcpkgs/SDL3/template @@ -1,6 +1,6 @@ # Template file for 'SDL3' pkgname=SDL3 -version=3.2.4 +version=3.2.8 revision=1 build_style=cmake configure_args="-DSDL_ALSA=ON -DSDL_RPATH=OFF @@ -15,7 +15,7 @@ license="Zlib" homepage="https://www.libsdl.org/" changelog="https://raw.githubusercontent.com/libsdl-org/SDL/refs/heads/main/WhatsNew.txt" distfiles="https://www.libsdl.org/release/SDL3-${version}.tar.gz" -checksum=2938328317301dfbe30176d79c251733aa5e7ec5c436c800b99ed4da7adcb0f0 +checksum=13388fabb361de768ecdf2b65e52bb27d1054cae6ccb6942ba926e378e00db03 # Package build options build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"