diff options
author | ltlnx <ltlnx@disroot.org> | 2023-11-26 10:33:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-26 14:11:56 +0700 |
commit | 85bc7efdad48af13790c33d9e2d7e90813b1ce6a (patch) | |
tree | fdc45dd3c90f6d79220ddf1e8c4faa5f23ad7d96 /misc/fcitx5-configtool | |
parent | cc27783c5498205b689744c389898ab4ca99d6fb (diff) |
misc/fcitx5-configtool: Updated for version 5.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/fcitx5-configtool')
-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 b0c96a4b912c8..da2b2f8aa0c3f 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.1.1} +VERSION=${VERSION:-5.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/misc/fcitx5-configtool/fcitx5-configtool.info b/misc/fcitx5-configtool/fcitx5-configtool.info index 5bf2a3b262bc8..88f2fb4f4ad86 100644 --- a/misc/fcitx5-configtool/fcitx5-configtool.info +++ b/misc/fcitx5-configtool/fcitx5-configtool.info @@ -1,8 +1,8 @@ PRGNAM="fcitx5-configtool" -VERSION="5.1.1" +VERSION="5.1.2" HOMEPAGE="https://github.com/fcitx/fcitx5-configtool" -DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5-configtool/fcitx5-configtool-5.1.1.tar.xz" -MD5SUM="b94b08e8735d859db42120479c14f213" +DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5-configtool/fcitx5-configtool-5.1.2.tar.xz" +MD5SUM="ae4505871a79dec897b5618d039e2057" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="fcitx5 fcitx5-qt" |