From 712c32dd7c7499b2e8c92717b37ce9b4b26630d2 Mon Sep 17 00:00:00 2001 From: tm512 Date: Thu, 2 Nov 2023 14:52:28 -0700 Subject: [PATCH] SDL2: update to 2.28.5. --- srcpkgs/SDL2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template index 8f24739a6a243..639c33fa4c499 100644 --- a/srcpkgs/SDL2/template +++ b/srcpkgs/SDL2/template @@ -1,6 +1,6 @@ # Template file for 'SDL2' pkgname=SDL2 -version=2.28.3 +version=2.28.5 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=7acb8679652701a2504d734e2ba7543ec1a83e310498ddd22fd44bf965eb5518 +checksum=332cb37d0be20cb9541739c61f79bae5a477427d79ae85e352089afdaf6666e4 # Package build options build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"