development/qt-creator: Updated for version 4.15.0.
Thanks to aikempshall on LQ Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ce4932e89a
commit
90fd0d3c63
|
@ -27,7 +27,7 @@
|
|||
# VERSION=4.2.0_rc1 or VERSION=4.2.0_beta1 (note the underscore).
|
||||
|
||||
PRGNAM=qt-creator
|
||||
VERSION=${VERSION:-4.13.3}
|
||||
VERSION=${VERSION:-4.15.0}
|
||||
SRCVER=$(echo $VERSION | tr _ -)
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qt-creator"
|
||||
VERSION="4.13.3"
|
||||
VERSION="4.15.0"
|
||||
HOMEPAGE="https://wiki.qt.io/Qt_Creator"
|
||||
DOWNLOAD="https://download.qt.io/official_releases/qtcreator/4.13/4.13.3/qt-creator-opensource-src-4.13.3.tar.gz"
|
||||
MD5SUM="e9a2b50fd11b0b0b6756b49c35ce414c"
|
||||
DOWNLOAD="https://download.qt.io/official_releases/qtcreator/4.15/4.15.0/qt-creator-opensource-src-4.15.0.tar.gz"
|
||||
MD5SUM="0053ba3e778344bacb707de519c5ee12"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qbs"
|
||||
|
|
Loading…
Reference in New Issue