summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author ltlnx2023-10-09 14:26:55 +0200
committer Willy Sudiarto Raharjo2023-10-09 14:26:55 +0200
commit62f4b4a4fb3d76832a9c2a1bcb46055aadf605b4 (patch)
tree2b481e8920d4468edbf03e2861619a4bc8b488b5 /misc
parent26e2f0166d64705d507abe5afdffe3f1416c0213 (diff)
downloadslackbuilds-62f4b4a4fb3d76832a9c2a1bcb46055aadf605b4.tar.gz
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.SlackBuild6
-rw-r--r--misc/fcitx5-configtool/fcitx5-configtool.info8
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/fcitx5-configtool/fcitx5-configtool.SlackBuild b/misc/fcitx5-configtool/fcitx5-configtool.SlackBuild
index 00e9b0a3ec..b0c96a4b91 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 447649b3a2..5bf2a3b262 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"