From d48d68969dca54690cc9eb3cc8875c357ad2defd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 28 Mar 2023 12:32:33 +0100 Subject: [PATCH] SDL2: update to 2.26.4. --- srcpkgs/SDL2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template index 11c5686a076b..b723c96723b9 100644 --- a/srcpkgs/SDL2/template +++ b/srcpkgs/SDL2/template @@ -1,6 +1,6 @@ # Template file for 'SDL2' pkgname=SDL2 -version=2.26.3 +version=2.26.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=c661205a553b7d252425f4b751ff13209e5e020b876bbfa1598494af61790057 +checksum=1a0f686498fb768ad9f3f80b39037a7d006eac093aad39cb4ebcc832a8887231 # Package build options build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"