diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2012-02-19 23:39:39 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2012-02-19 23:39:39 -0200 |
commit | 8388745295e2a94dfc0cbe48f62f7d835bf8ce42 (patch) | |
tree | 3793d12efb4f858e8fee45dc07c4bf57bc68f303 /development | |
parent | 0089557cb8b6c4024669b3ba3e037200a46bbec1 (diff) | |
download | slackbuilds-8388745295e2a94dfc0cbe48f62f7d835bf8ce42.tar.gz |
development/qt-creator: Updated for version 2.2.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/qt-creator/qt-creator.SlackBuild | 4 | ||||
-rw-r--r-- | development/qt-creator/qt-creator.info | 8 |
2 files changed, 5 insertions, 7 deletions
diff --git a/development/qt-creator/qt-creator.SlackBuild b/development/qt-creator/qt-creator.SlackBuild index 4bebc5b629..fd0dc57fbc 100644 --- a/development/qt-creator/qt-creator.SlackBuild +++ b/development/qt-creator/qt-creator.SlackBuild @@ -26,16 +26,14 @@ # Modified by the SlackBuilds.org project. PRGNAM=qt-creator -VERSION=${VERSION:-2.2.0} +VERSION=${VERSION:-2.2.1} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi diff --git a/development/qt-creator/qt-creator.info b/development/qt-creator/qt-creator.info index 96a7e509f1..3d58af5909 100644 --- a/development/qt-creator/qt-creator.info +++ b/development/qt-creator/qt-creator.info @@ -1,10 +1,10 @@ PRGNAM="qt-creator" -VERSION="2.2.0" +VERSION="2.2.1" HOMEPAGE="http://qt.nokia.com/" -DOWNLOAD="http://get.qt.nokia.com/qtcreator/qt-creator-2.2.0-src.zip" -MD5SUM="cc16de5357516c513d07a4a4fcdc533a" +DOWNLOAD="http://get.qt.nokia.com/qtcreator/qt-creator-2.2.1-src.zip" +MD5SUM="8a3165f7f68d4932c9a902452993099d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Andre Barboza" EMAIL="bmg.andre@gmail.com" -APPROVED="dsomero" +APPROVED="Niels Horn" |