aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorltlnx <ltlnx@disroot.org>2024-11-21 09:16:48 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-21 10:01:43 +0700
commit33543c6910d4e9507bfb073a6034320572f0fd22 (patch)
tree4ee5451188138340d1bd906cf8d0a5665218ec7e /misc
parent65ba05e42350330ed30d2e10da24e131db6469fa (diff)
misc/fcitx5: Updated for version 5.1.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/fcitx5/fcitx5.SlackBuild4
-rw-r--r--misc/fcitx5/fcitx5.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/fcitx5/fcitx5.SlackBuild b/misc/fcitx5/fcitx5.SlackBuild
index 662f996168..3c48c184e6 100644
--- a/misc/fcitx5/fcitx5.SlackBuild
+++ b/misc/fcitx5/fcitx5.SlackBuild
@@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fcitx5
-VERSION=${VERSION:-5.1.8}
+VERSION=${VERSION:-5.1.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -65,7 +65,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-${VERSION}_dict.tar.xz
+tar xvf $CWD/$PRGNAM-${VERSION}_dict.tar.*
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/misc/fcitx5/fcitx5.info b/misc/fcitx5/fcitx5.info
index e185c82b2b..3065ba433a 100644
--- a/misc/fcitx5/fcitx5.info
+++ b/misc/fcitx5/fcitx5.info
@@ -1,8 +1,8 @@
PRGNAM="fcitx5"
-VERSION="5.1.8"
+VERSION="5.1.11"
HOMEPAGE="https://fcitx-im.org/wiki/Fcitx_5"
-DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-5.1.8_dict.tar.xz"
-MD5SUM="f3cabadf80a3bdd252d37079bbdcecdf"
+DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-5.1.11_dict.tar.zst"
+MD5SUM="92970d75566e2dd51db602209f86a1bf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="fmt xcb-imdkit"