From 8b14c6975ab1bbb200d57335225a7b3100c5cc9c Mon Sep 17 00:00:00 2001 From: Arda Demir Date: Sun, 4 Dec 2022 12:36:41 +0300 Subject: [PATCH] SDL2: update to 2.26.1. --- srcpkgs/SDL2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template index e58ff7bcaec7..0ab04c84c7c2 100644 --- a/srcpkgs/SDL2/template +++ b/srcpkgs/SDL2/template @@ -1,6 +1,6 @@ # Template file for 'SDL2' pkgname=SDL2 -version=2.26.0 +version=2.26.1 revision=1 build_style=gnu-configure configure_args="--enable-alsa --disable-esd --disable-rpath --enable-libudev @@ -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=8000d7169febce93c84b6bdf376631f8179132fd69f7015d4dadb8b9c2bdb295 +checksum=02537cc7ebd74071631038b237ec4bfbb3f4830ba019e569434da33f42373e04 # Package build options build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"