diff options
author | ltlnx <ltlnx@gmx.com> | 2023-09-07 20:09:42 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-09 10:14:09 +0700 |
commit | c458692c24561666972efcd09a4616959bc320bc (patch) | |
tree | 4b5c13f95d165ed45a2ad1a5cd029a874251a984 /misc | |
parent | 752299c7e73aff0b14d975b491ba73d1ed335987 (diff) |
misc/fcitx5-configtool: Updated for version 5.1.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fcitx5-configtool/fcitx5-configtool.SlackBuild | 2 | ||||
-rw-r--r-- | misc/fcitx5-configtool/fcitx5-configtool.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/fcitx5-configtool/fcitx5-configtool.SlackBuild b/misc/fcitx5-configtool/fcitx5-configtool.SlackBuild index 813c871914dc..00e9b0a3eced 100644 --- a/misc/fcitx5-configtool/fcitx5-configtool.SlackBuild +++ b/misc/fcitx5-configtool/fcitx5-configtool.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fcitx5-configtool -VERSION=${VERSION:-5.0.17} +VERSION=${VERSION:-5.1.0} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/misc/fcitx5-configtool/fcitx5-configtool.info b/misc/fcitx5-configtool/fcitx5-configtool.info index cd5fe0992016..447649b3a21e 100644 --- a/misc/fcitx5-configtool/fcitx5-configtool.info +++ b/misc/fcitx5-configtool/fcitx5-configtool.info @@ -1,8 +1,8 @@ PRGNAM="fcitx5-configtool" -VERSION="5.0.17" +VERSION="5.1.0" HOMEPAGE="https://github.com/fcitx/fcitx5-configtool" -DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5-configtool/fcitx5-configtool-5.0.17.tar.xz" -MD5SUM="36ff8bf8fa10fe1baec0e7efccf1b7f2" +DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5-configtool/fcitx5-configtool-5.1.0.tar.xz" +MD5SUM="3cd59f1a4ee52b1559d230b548baffe0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="fcitx5 fcitx5-qt" |