system/doublecmd-qt5: Updated for version 1.1.12.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7e3cdfad0b
commit
32eb869e32
|
@ -4,5 +4,5 @@ Double Commander is a free cross-platform open source file manager
|
|||
with two panels side by side (or one above the other). This is the Qt
|
||||
version of the program.
|
||||
|
||||
Since it is written in Pascal, lazarus, fpc, and qt5pas packages must
|
||||
Since it is written in Pascal, lazarus, fpc, and libqtpas packages must
|
||||
be installed before building.
|
||||
|
|
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=doublecmd-qt5
|
||||
UPSTR_PRGNAME=doublecmd
|
||||
VERSION=${VERSION:-1.1.9}
|
||||
VERSION=${VERSION:-1.1.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="doublecmd-qt5"
|
||||
VERSION="1.1.9"
|
||||
VERSION="1.1.12"
|
||||
HOMEPAGE="http://doublecmd.sourceforge.net/"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/doublecmd/Double%20Commander%20Source/doublecmd-1.1.9-src.tar.gz"
|
||||
MD5SUM="c7920140bc2f2cb17ca151e5d94eebeb"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/doublecmd/Double%20Commander%20Source/doublecmd-1.1.12-src.tar.gz"
|
||||
MD5SUM="c3a5c06c9ba44b51d454aca00b42ca4c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lazarus libqtpas"
|
||||
|
|
|
@ -15,5 +15,5 @@ doublecmd-qt5:
|
|||
doublecmd-qt5: Since it is written in Pascal, lazarus, fpc, and qt5pas packages must
|
||||
doublecmd-qt5: be installed before building.
|
||||
doublecmd-qt5:
|
||||
doublecmd-qt5:
|
||||
doublecmd-qt5: Homepage at http://doublecmd.sourceforge.net
|
||||
doublecmd-qt5:
|
||||
|
|
Loading…
Reference in New Issue