From ffa849c2d4004690c1c50ff77c8c8a448db7ef4a Mon Sep 17 00:00:00 2001 From: Roger Freitas Pereira Date: Mon, 30 Mar 2026 00:53:23 -0300 Subject: [PATCH] SDL3: update to 3.4.2. --- srcpkgs/SDL3/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/SDL3/template b/srcpkgs/SDL3/template index 3ebcf86b387693..c5969c3544c76a 100644 --- a/srcpkgs/SDL3/template +++ b/srcpkgs/SDL3/template @@ -1,6 +1,6 @@ # Template file for 'SDL3' pkgname=SDL3 -version=3.4.0 +version=3.4.2 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=082cbf5f429e0d80820f68dc2b507a94d4cc1b4e70817b119bbb8ec6a69584b8 +checksum=ef39a2e3f9a8a78296c40da701967dd1b0d0d6e267e483863ce70f8a03b4050c # Package build options build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"