From 17530c13b2d54444df02175e6127c45e7b3fa496 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 26 Jun 2024 09:33:26 -0400 Subject: [PATCH] SDL2: update to 2.30.4. --- srcpkgs/SDL2/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template index e2b27ed4926..656cf7523be 100644 --- a/srcpkgs/SDL2/template +++ b/srcpkgs/SDL2/template @@ -1,7 +1,7 @@ # Template file for 'SDL2' pkgname=SDL2 -version=2.30.1 -revision=2 +version=2.30.4 +revision=1 build_style=cmake configure_args="-DSDL_ALSA=ON -DSDL_ESD=OFF -DSDL_RPATH=OFF -DSDL_CLOCK_GETTIME=ON -DSDL_PULSEAUDIO_SHARED=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=01215ffbc8cfc4ad165ba7573750f15ddda1f971d5a66e9dcaffd37c587f473a +checksum=59c89d0ed40d4efb23b7318aa29fe7039dbbc098334b14f17f1e7e561da31a26 # Package build options build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"