diff options
author | ltlnx <ltlnx@gmx.com> | 2023-03-23 02:19:57 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-25 10:01:51 +0700 |
commit | 82ba0e39378179e3fdb531c241c3f28ab84142f4 (patch) | |
tree | 04538207eab183d98244b1a38e45770001a15bc0 /misc | |
parent | a692547bd6b0288c1c80ebcdb3837563506ab2ee (diff) |
misc/fcitx5-configtool: Updated for version 5.0.17.
Signed-off-by: bedlam <dave@slackbuilds.org>
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 | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/fcitx5-configtool/fcitx5-configtool.SlackBuild b/misc/fcitx5-configtool/fcitx5-configtool.SlackBuild index 6ea45f3ed483..813c871914dc 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.16} +VERSION=${VERSION:-5.0.17} 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 6d0f2fc26282..cd5fe0992016 100644 --- a/misc/fcitx5-configtool/fcitx5-configtool.info +++ b/misc/fcitx5-configtool/fcitx5-configtool.info @@ -1,10 +1,10 @@ PRGNAM="fcitx5-configtool" -VERSION="5.0.16" +VERSION="5.0.17" HOMEPAGE="https://github.com/fcitx/fcitx5-configtool" -DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5-configtool/fcitx5-configtool-5.0.16.tar.xz" -MD5SUM="aa74d50daf8f23376aa9c77d1183a860" +DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5-configtool/fcitx5-configtool-5.0.17.tar.xz" +MD5SUM="36ff8bf8fa10fe1baec0e7efccf1b7f2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="fcitx5 fcitx5-qt" MAINTAINER="ltlnx" -EMAIL="ltlnx.tw@gmail.com" +EMAIL="ltlnx@gmx.com" |