desktop/lxqt-panel: Updated for version 1.2.1.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2023-01-02 14:54:02 -08:00 committed by Willy Sudiarto Raharjo
parent 130aa4fe8b
commit e9db26301a
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for lxqt-panel
# 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=lxqt-panel
VERSION=${VERSION:-1.2.0}
VERSION=${VERSION:-1.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="lxqt-panel"
VERSION="1.2.0"
VERSION="1.2.1"
HOMEPAGE="https://github.com/lxqt/lxqt-panel"
DOWNLOAD="https://github.com/lxqt/lxqt-panel/releases/download/1.2.0/lxqt-panel-1.2.0.tar.xz"
MD5SUM="5fbed4baf03ab9cc254b9647118d6673"
DOWNLOAD="https://github.com/lxqt/lxqt-panel/releases/download/1.2.1/lxqt-panel-1.2.1.tar.xz"
MD5SUM="74d0f9c6b15da7a192f7eca129f3ca8b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lxqt-globalkeys lxmenu-data"