diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-01-02 14:52:53 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-07 08:13:27 +0700 |
commit | 650ec1c00cc413d311e908a1175a10b0880323ed (patch) | |
tree | 26f001e89f17b6585f9e3de47fff5f3073ba9bde /libraries | |
parent | 8b507d2ff8cb8b2f9bb28eff1b1b4ff68f24258a (diff) |
libraries/libfm-qt: Updated for version 1.2.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/libfm-qt/libfm-qt.SlackBuild | 7 | ||||
-rw-r--r-- | libraries/libfm-qt/libfm-qt.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/libraries/libfm-qt/libfm-qt.SlackBuild b/libraries/libfm-qt/libfm-qt.SlackBuild index 25757612a03d..920cc2cee452 100644 --- a/libraries/libfm-qt/libfm-qt.SlackBuild +++ b/libraries/libfm-qt/libfm-qt.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libfm-qt -# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libfm-qt -VERSION=${VERSION:-1.2.0} +VERSION=${VERSION:-1.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/libraries/libfm-qt/libfm-qt.info b/libraries/libfm-qt/libfm-qt.info index 9041a48fa85a..e078c98ec08a 100644 --- a/libraries/libfm-qt/libfm-qt.info +++ b/libraries/libfm-qt/libfm-qt.info @@ -1,8 +1,8 @@ PRGNAM="libfm-qt" -VERSION="1.2.0" +VERSION="1.2.1" HOMEPAGE="https://github.com/lxqt/libfm-qt" -DOWNLOAD="https://github.com/lxqt/libfm-qt/releases/download/1.2.0/libfm-qt-1.2.0.tar.xz" -MD5SUM="79c6d5a25dd6dd0cca82363f527251fe" +DOWNLOAD="https://github.com/lxqt/libfm-qt/releases/download/1.2.1/libfm-qt-1.2.1.tar.xz" +MD5SUM="e5f686ce32700a5c08001f641247e254" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lxqt-build-tools lxmenu-data menu-cache" |