development/qt-creator: Updated for version 4.2.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
5702636a2e
commit
058448fcf5
|
@ -29,7 +29,7 @@
|
|||
# VERSION=4.2.0_rc1 or VERSION=4.2.0_beta1 (note the underscore).
|
||||
|
||||
PRGNAM=qt-creator
|
||||
VERSION=${VERSION:-4.2.0}
|
||||
VERSION=${VERSION:-4.2.1}
|
||||
SRCVER=$(echo $VERSION | tr _ -)
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="qt-creator"
|
||||
VERSION="4.2.0"
|
||||
VERSION="4.2.1"
|
||||
HOMEPAGE="http://wiki.qt.io/Qt_Creator"
|
||||
DOWNLOAD="https://download.qt.io/official_releases/qtcreator/4.2/4.2.0/qt-creator-opensource-src-4.2.0.tar.xz \
|
||||
DOWNLOAD="https://download.qt.io/official_releases/qtcreator/4.2/4.2.1/qt-creator-opensource-src-4.2.1.tar.xz \
|
||||
http://llvm.org/releases/3.9.1/llvm-3.9.1.src.tar.xz \
|
||||
http://llvm.org/releases/3.9.1/cfe-3.9.1.src.tar.xz"
|
||||
MD5SUM="798378ff9c2002f1d022f129f2a14856 \
|
||||
MD5SUM="b8a0ad71025567953c44397407688083 \
|
||||
3259018a7437e157f3642df80f1983ea \
|
||||
45713ec5c417ed9cad614cd283d786a1"
|
||||
DOWNLOAD_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue