diff options
author | ltlnx <ltlnx@disroot.org> | 2023-10-09 19:26:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-09 19:26:55 +0700 |
commit | 62f4b4a4fb3d76832a9c2a1bcb46055aadf605b4 (patch) | |
tree | 2b481e8920d4468edbf03e2861619a4bc8b488b5 /misc | |
parent | 26e2f0166d64705d507abe5afdffe3f1416c0213 (diff) |
misc/fcitx5-configtool: Updated for version 5.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fcitx5-configtool/fcitx5-configtool.SlackBuild | 6 | ||||
-rw-r--r-- | misc/fcitx5-configtool/fcitx5-configtool.info | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/fcitx5-configtool/fcitx5-configtool.SlackBuild b/misc/fcitx5-configtool/fcitx5-configtool.SlackBuild index 00e9b0a3eced..b0c96a4b912c 100644 --- a/misc/fcitx5-configtool/fcitx5-configtool.SlackBuild +++ b/misc/fcitx5-configtool/fcitx5-configtool.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2022 Wen-Wei Kao (ltlnx), Taichung, Taiwan +# Copyright 2022-2023 Wen-Wei Kao (ltlnx), Taichung, Taiwan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fcitx5-configtool -VERSION=${VERSION:-5.1.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-5.1.1} +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 447649b3a21e..5bf2a3b262bc 100644 --- a/misc/fcitx5-configtool/fcitx5-configtool.info +++ b/misc/fcitx5-configtool/fcitx5-configtool.info @@ -1,10 +1,10 @@ PRGNAM="fcitx5-configtool" -VERSION="5.1.0" +VERSION="5.1.1" HOMEPAGE="https://github.com/fcitx/fcitx5-configtool" -DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5-configtool/fcitx5-configtool-5.1.0.tar.xz" -MD5SUM="3cd59f1a4ee52b1559d230b548baffe0" +DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5-configtool/fcitx5-configtool-5.1.1.tar.xz" +MD5SUM="b94b08e8735d859db42120479c14f213" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="fcitx5 fcitx5-qt" MAINTAINER="ltlnx" -EMAIL="ltlnx@gmx.com" +EMAIL="ltlnx@disroot.org" |