diff --git a/x11-packages/texstudio/build.sh b/x11-packages/texstudio/build.sh index 8c586ebd08..b79dceee33 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.5.1 +TERMUX_PKG_VERSION=4.5.2 TERMUX_PKG_SRCURL=https://github.com/texstudio-org/texstudio/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=afcd10579266eb77c68a115f094b344a4bfe39d570bdb95b59ff91a3ed3e246c +TERMUX_PKG_SHA256=d43dd21a111aacf57e40b0ee27c94b9923f8fdbddec5bad919596abf9a03f3cf 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"