From de4858e982a0ae7f7ddf079226f897eb40288d4f Mon Sep 17 00:00:00 2001 From: Roger Freitas Pereira Date: Sat, 25 Jan 2025 23:36:02 -0300 Subject: [PATCH] SDL2: update to 2.30.11. --- srcpkgs/SDL2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template index d60f23d70f3f43..64d86fe4fe8fa4 100644 --- a/srcpkgs/SDL2/template +++ b/srcpkgs/SDL2/template @@ -1,6 +1,6 @@ # Template file for 'SDL2' pkgname=SDL2 -version=2.30.10 +version=2.30.11 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=f59adf36a0fcf4c94198e7d3d776c1b3824211ab7aeebeb31fe19836661196aa +checksum=8b8d4aef2038533da814965220f88f77d60dfa0f32685f80ead65e501337da7f # Package build options build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"