From 3fee45282e34cc130e031b279abfe2fb929d1c30 Mon Sep 17 00:00:00 2001 From: Tee KOBAYASHI Date: Sun, 5 Feb 2023 06:39:54 +0900 Subject: [PATCH] texstudio: Bump to 4.5.1 --- 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 505b1c3f66..8c586ebd08 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.4.1 +TERMUX_PKG_VERSION=4.5.1 TERMUX_PKG_SRCURL=https://github.com/texstudio-org/texstudio/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=83c46c971081c053a01a186b4a7fbb492d75bef4070ff8fa045311eda186562b +TERMUX_PKG_SHA256=afcd10579266eb77c68a115f094b344a4bfe39d570bdb95b59ff91a3ed3e246c 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" TERMUX_PKG_RECOMMENDS="ghostscript"