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