From ca779b5c73fd8446b2dd2fb1e2bed85ec8d64a51 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Thu, 4 Jul 2024 00:52:32 +0000 Subject: [PATCH] bump(x11/sdl2): 2.30.5 This commit has been automatically submitted by Github Actions. --- x11-packages/sdl2/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-packages/sdl2/build.sh b/x11-packages/sdl2/build.sh index c353236e91..f0cfac9027 100644 --- a/x11-packages/sdl2/build.sh +++ b/x11-packages/sdl2/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.libsdl.org TERMUX_PKG_DESCRIPTION="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (version 2)" TERMUX_PKG_LICENSE="ZLIB" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="2.30.4" +TERMUX_PKG_VERSION="2.30.5" TERMUX_PKG_SRCURL=https://www.libsdl.org/release/SDL2-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=59c89d0ed40d4efb23b7318aa29fe7039dbbc098334b14f17f1e7e561da31a26 +TERMUX_PKG_SHA256=f374f3fa29c37dfcc20822d4a7d7dc57e58924d1a5f2ad511bfab4c8193de63b TERMUX_PKG_DEPENDS="libdecor, libwayland, libx11, libxcursor, libxext, libxfixes, libxi, libxkbcommon, libxrandr, libxss, pulseaudio" TERMUX_PKG_BUILD_DEPENDS="libwayland-cross-scanner, libwayland-protocols, opengl" TERMUX_PKG_RECOMMENDS="opengl"