From 9e5b479d060da0de067ba1c98790fb71c6a8d5e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Wed, 13 Sep 2023 21:45:11 +0100 Subject: [PATCH] SDL2: update to 2.28.3. --- srcpkgs/SDL2/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template index 397ec7f1f61f1..8f24739a6a243 100644 --- a/srcpkgs/SDL2/template +++ b/srcpkgs/SDL2/template @@ -1,7 +1,7 @@ # Template file for 'SDL2' pkgname=SDL2 -version=2.28.2 -revision=2 +version=2.28.3 +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=64b1102fa22093515b02ef33dd8739dee1ba57e9dbba6a092942b8bbed1a1c5e +checksum=7acb8679652701a2504d734e2ba7543ec1a83e310498ddd22fd44bf965eb5518 # Package build options build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"