summaryrefslogtreecommitdiffstats
path: root/misc/fcitx5/fcitx5.SlackBuild
diff options
context:
space:
mode:
author ltlnx <ltlnx@disroot.org>2023-10-09 19:25:39 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-10-09 19:25:39 +0700
commit1eb1633748af0f311cab9e3285c785a2d1edf5d0 (patch)
tree8ed31463369ff90d8a366da0f576d0cc5deefae4 /misc/fcitx5/fcitx5.SlackBuild
parent1fe4d98e8172af4110c29b1ad24faed5b2f8cc96 (diff)
downloadslackbuilds-1eb1633748af0f311cab9e3285c785a2d1edf5d0.tar.gz
slackbuilds-1eb1633748af0f311cab9e3285c785a2d1edf5d0.tar.xz
misc/fcitx5: Updated for version 5.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/fcitx5/fcitx5.SlackBuild')
-rw-r--r--misc/fcitx5/fcitx5.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/fcitx5/fcitx5.SlackBuild b/misc/fcitx5/fcitx5.SlackBuild
index c52d4ce0e7..e0291918c4 100644
--- a/misc/fcitx5/fcitx5.SlackBuild
+++ b/misc/fcitx5/fcitx5.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,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fcitx5
-VERSION=${VERSION:-5.1.0}
+VERSION=${VERSION:-5.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}