From f7eba16b0bfc079e4cedd5a919ee8661a0f638f6 Mon Sep 17 00:00:00 2001 From: Roger Freitas Pereira Date: Mon, 7 Apr 2025 06:09:56 -0300 Subject: [PATCH] SDL2: update to 2.32.4. --- srcpkgs/SDL2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template index bb67ce5184e..8d91f62b634 100644 --- a/srcpkgs/SDL2/template +++ b/srcpkgs/SDL2/template @@ -1,6 +1,6 @@ # Template file for 'SDL2' pkgname=SDL2 -version=2.32.0 +version=2.32.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=f5c2b52498785858f3de1e2996eba3c1b805d08fe168a47ea527c7fc339072d0 +checksum=f15b478253e1ff6dac62257ded225ff4e7d0c5230204ac3450f1144ee806f934 # Package build options build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"