development/qt-creator3: Updated for version 3.5.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andre Barboza 2015-09-26 09:23:54 +07:00 committed by Willy Sudiarto Raharjo
parent 6642394a4f
commit 751d5e0551
3 changed files with 5 additions and 5 deletions

View file

@ -26,5 +26,5 @@ NOTES:
follow:
EXAMPLES=yes DOCS=yes ./qt5.SlackBuild
Upgrading from Qt5 5.4.0 to Qt5 5.4.1 can lead to errors
Upgrading from Qt5 5.4.* to Qt5 5.5 can lead to errors
when building the Qt5 docs. So, remove Qt5 before upgrading.

View file

@ -24,7 +24,7 @@
PRGNAM=qt-creator3
SRCNAM=qt-creator
VERSION=${VERSION:-3.4.2}
VERSION=${VERSION:-3.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="qt-creator3"
VERSION="3.4.2"
VERSION="3.5.0"
HOMEPAGE="http://qt-project.org/"
DOWNLOAD="http://download.qt.io/official_releases/qtcreator/3.4/3.4.2/qt-creator-opensource-src-3.4.2.tar.gz"
MD5SUM="4a72e361a07576c140d1d67a54b16226"
DOWNLOAD="http://download.qt.io/official_releases/qtcreator/3.5/3.5.0/qt-creator-opensource-src-3.5.0.tar.gz"
MD5SUM="2c97c7c0a4f707769ad428fd7d1d4447"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5"