mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libfm-qt: Updated for version 1.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b0f64cd407
commit
fc23465f0a
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libfm-qt
|
||||
VERSION=${VERSION:-1.1.0}
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libfm-qt"
|
||||
VERSION="1.1.0"
|
||||
VERSION="1.2.0"
|
||||
HOMEPAGE="https://github.com/lxqt/libfm-qt"
|
||||
DOWNLOAD="https://github.com/lxqt/libfm-qt/releases/download/1.1.0/libfm-qt-1.1.0.tar.xz"
|
||||
MD5SUM="fcc938328a741ee25453492c48df24cf"
|
||||
DOWNLOAD="https://github.com/lxqt/libfm-qt/releases/download/1.2.0/libfm-qt-1.2.0.tar.xz"
|
||||
MD5SUM="79c6d5a25dd6dd0cca82363f527251fe"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lxqt-build-tools lxmenu-data menu-cache"
|
||||
|
|
Loading…
Reference in a new issue