diff options
-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 25757612a0..920cc2cee4 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 9041a48fa8..e078c98ec0 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" |