diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-12-15 19:12:02 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-17 09:13:57 +0700 |
commit | bf5cd296c49db4d665f8e85cee03cdca911dca68 (patch) | |
tree | d36a7fb75eb3b6e294be74b76e1f6c91c3dbc0d7 /system/lxqt-config/lxqt-config.SlackBuild | |
parent | f4775f3833efa3316b2f7e34bb1ab2ac632ee74c (diff) |
system/lxqt-config: Updated for version 1.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/lxqt-config/lxqt-config.SlackBuild')
-rw-r--r-- | system/lxqt-config/lxqt-config.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/lxqt-config/lxqt-config.SlackBuild b/system/lxqt-config/lxqt-config.SlackBuild index dcbbfe1d86..ea55f15b6e 100644 --- a/system/lxqt-config/lxqt-config.SlackBuild +++ b/system/lxqt-config/lxqt-config.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=lxqt-config -VERSION=${VERSION:-1.1.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.2.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |