diff options
author | ltlnx <ltlnx@disroot.org> | 2024-11-21 09:50:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-21 10:18:35 +0700 |
commit | f8b0871bf0908b260261d6b44ee9ed8291b692ef (patch) | |
tree | 86e0a856ffa6e30b187d9a3bd49f161047e73335 | |
parent | 81ccf7f567fd03bc862035acba647cf44a7e42a4 (diff) |
misc/fcitx5-table-other: Updated for version 5.1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | misc/fcitx5-table-other/fcitx5-table-other.SlackBuild | 4 | ||||
-rw-r--r-- | misc/fcitx5-table-other/fcitx5-table-other.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/fcitx5-table-other/fcitx5-table-other.SlackBuild b/misc/fcitx5-table-other/fcitx5-table-other.SlackBuild index bded45b468..9a865c4595 100644 --- a/misc/fcitx5-table-other/fcitx5-table-other.SlackBuild +++ b/misc/fcitx5-table-other/fcitx5-table-other.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fcitx5-table-other -VERSION=${VERSION:-5.1.1} +VERSION=${VERSION:-5.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -59,7 +59,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-${VERSION}.tar.xz +tar xvf $CWD/$PRGNAM-${VERSION}.tar.* cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/misc/fcitx5-table-other/fcitx5-table-other.info b/misc/fcitx5-table-other/fcitx5-table-other.info index 0e87257e56..053fb0fb56 100644 --- a/misc/fcitx5-table-other/fcitx5-table-other.info +++ b/misc/fcitx5-table-other/fcitx5-table-other.info @@ -1,8 +1,8 @@ PRGNAM="fcitx5-table-other" -VERSION="5.1.1" +VERSION="5.1.3" HOMEPAGE="https://github.com/fcitx/fcitx5-table-other" -DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5-table-other/fcitx5-table-other-5.1.1.tar.xz" -MD5SUM="75d0b6f0bad6e781b1d358aaa7c593e3" +DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5-table-other/fcitx5-table-other-5.1.3.tar.zst" +MD5SUM="c2e45b5c637b196fb7368c34a52ba381" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libime fcitx5" |