diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-04-17 22:00:12 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-22 11:38:22 +0700 |
commit | 240f87db7c0bfa773112eea88607410fd6d05c5d (patch) | |
tree | c2f7e67302beffadc3584c80185a64236a0bb617 /desktop/lxqt-panel | |
parent | f70f7fd1deaea565d81f6ccb6ede3cfa1fcfe8ad (diff) |
desktop/lxqt-panel: Updated for version 1.3.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/lxqt-panel')
-rw-r--r-- | desktop/lxqt-panel/lxqt-panel.SlackBuild | 5 | ||||
-rw-r--r-- | desktop/lxqt-panel/lxqt-panel.info | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/desktop/lxqt-panel/lxqt-panel.SlackBuild b/desktop/lxqt-panel/lxqt-panel.SlackBuild index 653969987b5e5..e0adb9b35213e 100644 --- a/desktop/lxqt-panel/lxqt-panel.SlackBuild +++ b/desktop/lxqt-panel/lxqt-panel.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=lxqt-panel -VERSION=${VERSION:-1.2.1} +VERSION=${VERSION:-1.3.0} 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/desktop/lxqt-panel/lxqt-panel.info b/desktop/lxqt-panel/lxqt-panel.info index aaa39496d11d4..a258516066861 100644 --- a/desktop/lxqt-panel/lxqt-panel.info +++ b/desktop/lxqt-panel/lxqt-panel.info @@ -1,8 +1,8 @@ PRGNAM="lxqt-panel" -VERSION="1.2.1" +VERSION="1.3.0" HOMEPAGE="https://github.com/lxqt/lxqt-panel" -DOWNLOAD="https://github.com/lxqt/lxqt-panel/releases/download/1.2.1/lxqt-panel-1.2.1.tar.xz" -MD5SUM="74d0f9c6b15da7a192f7eca129f3ca8b" +DOWNLOAD="https://github.com/lxqt/lxqt-panel/releases/download/1.3.0/lxqt-panel-1.3.0.tar.xz" +MD5SUM="98f8b9b8f47ec0b1e7bc5eca475b7f45" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lxqt-globalkeys lxmenu-data" |