From f7d9db631375dc2d8e1dcf378a6b4bc981cc0e74 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Sat, 2 Nov 2024 18:18:11 +0000 Subject: [PATCH] bump(x11/kitty): 0.37.0 This commit has been automatically submitted by Github Actions. --- x11-packages/kitty/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-packages/kitty/build.sh b/x11-packages/kitty/build.sh index 0554477cf378863..ca965d493555de9 100644 --- a/x11-packages/kitty/build.sh +++ b/x11-packages/kitty/build.sh @@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://sw.kovidgoyal.net/kitty/ TERMUX_PKG_DESCRIPTION="Cross-platform, fast, feature-rich, GPU based terminal" TERMUX_PKG_LICENSE="GPL-3.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="0.36.4" -TERMUX_PKG_REVISION=2 +TERMUX_PKG_VERSION="0.37.0" TERMUX_PKG_SRCURL=https://github.com/kovidgoyal/kitty/releases/download/v${TERMUX_PKG_VERSION}/kitty-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=10ebf00a8576bca34ae683866c5be307a35f3c517906d6441923fd740db059bd +TERMUX_PKG_SHA256=efbf933dfe930abd7c88ad0860997633c9c23b46c5000c5872ae3859dfbc50ff # fontconfig is dlopen(3)ed: TERMUX_PKG_DEPENDS="dbus, fontconfig, harfbuzz, libpng, librsync, libx11, libxkbcommon, littlecms, ncurses, opengl, openssl, python, xxhash, zlib" TERMUX_PKG_BUILD_DEPENDS="libxcursor, libxi, libxinerama, libxrandr, simde, xorgproto"