From 407f2937fc42becfc58f2faf924f621bdf772506 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Fri, 27 Sep 2024 18:47:42 +0000 Subject: [PATCH] bump(x11/texstudio): 4.8.4 This commit has been automatically submitted by Github Actions. --- x11-packages/texstudio/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-packages/texstudio/build.sh b/x11-packages/texstudio/build.sh index bffb9b20a99d0c..78a7aab102943c 100644 --- a/x11-packages/texstudio/build.sh +++ b/x11-packages/texstudio/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.texstudio.org/ TERMUX_PKG_DESCRIPTION="A fully featured LaTeX editor" TERMUX_PKG_LICENSE="GPL-3.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="4.8.3" +TERMUX_PKG_VERSION="4.8.4" TERMUX_PKG_SRCURL=https://github.com/texstudio-org/texstudio/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=5dc43932272eccda23763b6d28c08df344ce2107ef2fd69734daaeb5a8ad1893 +TERMUX_PKG_SHA256=aec719cb21b788a41576375eeeba734600a54ff64130dd93f5d0da1efa37414c TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="hunspell, libc++, libx11, poppler-qt, qt5-qtbase, qt5-qtdeclarative, qt5-qtsvg, qt5-qttools, quazip, texstudio-data, zlib" TERMUX_PKG_BUILD_DEPENDS="qt5-qtbase-cross-tools, qt5-qtdeclarative-cross-tools, qt5-qttools-cross-tools"