libraries/lxqt-qtplugin: Updated for version 1.3.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
040b675401
commit
1442d1f7ae
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for lxqt-qtplugin
|
||||
|
||||
# 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-qtplugin
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lxqt-qtplugin"
|
||||
VERSION="1.2.0"
|
||||
VERSION="1.3.0"
|
||||
HOMEPAGE="https://github.com/lxqt/lxqt-qtplugin"
|
||||
DOWNLOAD="https://github.com/lxqt/lxqt-qtplugin/releases/download/1.2.0/lxqt-qtplugin-1.2.0.tar.xz"
|
||||
MD5SUM="7dcf1c5f169a6c807db40b1c764a88b3"
|
||||
DOWNLOAD="https://github.com/lxqt/lxqt-qtplugin/releases/download/1.3.0/lxqt-qtplugin-1.3.0.tar.xz"
|
||||
MD5SUM="569bbb880942c3eeb1b08b8d4115365b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libfm-qt libqtxdg"
|
||||
|
|
Loading…
Reference in New Issue