development/qt-creator: Updated for version 2.2.1.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Andre Barboza 2012-02-19 23:39:39 -02:00 committed by Niels Horn
parent 0089557cb8
commit 8388745295
2 changed files with 5 additions and 7 deletions

View file

@ -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

View file

@ -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"