diff --git a/x11-packages/fcitx5-qt/build.sh b/x11-packages/fcitx5-qt/build.sh index 3b2cd56d2156ea1..82a8a00d8e5b946 100644 --- a/x11-packages/fcitx5-qt/build.sh +++ b/x11-packages/fcitx5-qt/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://fcitx-im.org/ TERMUX_PKG_DESCRIPTION="Fcitx Qt immodule & library" TERMUX_PKG_LICENSE="LGPL-2.1" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="5.1.8" +TERMUX_PKG_VERSION="5.1.9" TERMUX_PKG_SRCURL=https://github.com/fcitx/fcitx5-qt/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=a09fb653ab855424a5a92c6a634c3726fa19ae85ca7c24716784b3ddd136f201 +TERMUX_PKG_SHA256=4e691182f20984d11f8ea391a57b2711e362c43fda21236327e386c07f9c8998 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag" TERMUX_PKG_DEPENDS="fcitx5, libc++, libx11, libxcb, libxkbcommon, qt6-qtbase"