diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-01-02 14:54:02 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-07 08:13:27 +0700 |
commit | e9db26301a9c7b1c5971dbaf85b43e0794d9a24f (patch) | |
tree | 08ef962b90e93be24f739b3b95fbd10cc896ba20 /desktop/lxqt-panel/lxqt-panel.SlackBuild | |
parent | 130aa4fe8b29451e277766d9736e8f1e6e25418f (diff) |
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>
Diffstat (limited to 'desktop/lxqt-panel/lxqt-panel.SlackBuild')
-rw-r--r-- | desktop/lxqt-panel/lxqt-panel.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/lxqt-panel/lxqt-panel.SlackBuild b/desktop/lxqt-panel/lxqt-panel.SlackBuild index dc9eb1cd3b84d..653969987b5e5 100644 --- a/desktop/lxqt-panel/lxqt-panel.SlackBuild +++ b/desktop/lxqt-panel/lxqt-panel.SlackBuild @@ -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} |