summaryrefslogtreecommitdiffstats
path: root/development/django/django.SlackBuild
diff options
context:
space:
mode:
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