summaryrefslogtreecommitdiff
path: root/development/django/django.SlackBuild
diff options
context:
space:
mode:
authorCarlos Corbacho <carlos@strangeworlds.co.uk>2010-08-15 20:18:53 -0500
committerErik Hanson <erik@slackbuilds.org>2010-08-15 20:53:59 -0500
commit809d80c39c706774ef1021e8e3870bac6944111f (patch)
tree6c8aac998b60ca3af33c2e6e4b07a22ea72f66d3 /development/django/django.SlackBuild
parentf1e37be725095d7cf2ff45db50e8b501010c68cc (diff)
downloadslackbuilds-809d80c39c706774ef1021e8e3870bac6944111f.tar.gz
development/django: Updated for version 1.2.1.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'development/django/django.SlackBuild')
-rw-r--r--development/django/django.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/development/django/django.SlackBuild b/development/django/django.SlackBuild
index f29f24ff72..f326eb0f97 100644
--- a/development/django/django.SlackBuild
+++ b/development/django/django.SlackBuild
@@ -2,7 +2,7 @@
# SlackBuild for Django
-# Copyright 2009 Carlos Corbacho <carlos@strangeworlds.co.uk>
+# Copyright 2009-2010 Carlos Corbacho <carlos@strangeworlds.co.uk>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,16 +24,14 @@
PKGNAM=django
SRCNAM=Django
-VERSION=${VERSION:-1.1.1}
+VERSION=${VERSION:-1.2.1}
BUILD=${BUILD:-1}
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