From 809d80c39c706774ef1021e8e3870bac6944111f Mon Sep 17 00:00:00 2001 From: Carlos Corbacho Date: Sun, 15 Aug 2010 20:18:53 -0500 Subject: development/django: Updated for version 1.2.1. Signed-off-by: Erik Hanson --- development/django/django.SlackBuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'development/django/django.SlackBuild') 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 +# Copyright 2009-2010 Carlos Corbacho # 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 -- cgit v1.2.3