system/lxqt-archiver: Update for 0.9.1

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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2024-02-21 18:17:54 -08:00 committed by Willy Sudiarto Raharjo
parent a9d24d38a8
commit 7b3b7ba47e
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=lxqt-archiver PRGNAM=lxqt-archiver
VERSION=${VERSION:-0.9.0} VERSION=${VERSION:-0.9.1}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="lxqt-archiver" PRGNAM="lxqt-archiver"
VERSION="0.9.0" VERSION="0.9.1"
HOMEPAGE="https://github.com/lxqt/lxqt-archiver" HOMEPAGE="https://github.com/lxqt/lxqt-archiver"
DOWNLOAD="https://github.com/lxqt/lxqt-archiver/releases/download/0.9.0/lxqt-archiver-0.9.0.tar.xz" DOWNLOAD="https://github.com/lxqt/lxqt-archiver/releases/download/0.9.1/lxqt-archiver-0.9.1.tar.xz"
MD5SUM="ccf7b136ecdda2fa67e3f9f40ce59830" MD5SUM="7c8dfb71962b67f22f92f75acae8d7ce"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="libfm-qt" REQUIRES="libfm-qt"