diff options
author | ltlnx <ltlnx@gmx.com> | 2023-09-07 20:09:42 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-09 10:14:09 +0700 |
commit | c03095061a1bc180ed13c45d5417ff8ee06da4a6 (patch) | |
tree | cb7e1f780d9808ec74dce5e27013e172e736d265 /misc | |
parent | c458692c24561666972efcd09a4616959bc320bc (diff) |
misc/fcitx5-gtk: Updated for version 5.1.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fcitx5-gtk/fcitx5-gtk.SlackBuild | 2 | ||||
-rw-r--r-- | misc/fcitx5-gtk/fcitx5-gtk.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/fcitx5-gtk/fcitx5-gtk.SlackBuild b/misc/fcitx5-gtk/fcitx5-gtk.SlackBuild index d98d763df87a..b41022f5a973 100644 --- a/misc/fcitx5-gtk/fcitx5-gtk.SlackBuild +++ b/misc/fcitx5-gtk/fcitx5-gtk.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fcitx5-gtk -VERSION=${VERSION:-5.0.23} +VERSION=${VERSION:-5.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/misc/fcitx5-gtk/fcitx5-gtk.info b/misc/fcitx5-gtk/fcitx5-gtk.info index 97ac65a117e7..de1b08d03f65 100644 --- a/misc/fcitx5-gtk/fcitx5-gtk.info +++ b/misc/fcitx5-gtk/fcitx5-gtk.info @@ -1,8 +1,8 @@ PRGNAM="fcitx5-gtk" -VERSION="5.0.23" +VERSION="5.1.0" HOMEPAGE="https://github.com/fcitx/fcitx5-gtk" -DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5-gtk/fcitx5-gtk-5.0.23.tar.xz" -MD5SUM="3acab61010484e927627f0637363d5d8" +DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5-gtk/fcitx5-gtk-5.1.0.tar.xz" +MD5SUM="a46bbae90fce82fe2aca3c463cd7b11d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="fcitx5" |