From 7a2118d26489db47e66aab8ff2c61fbd489289e2 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 19 Mar 2010 14:59:02 +0000 Subject: Update to 2.4.2.1 --- python-cheetah/build/python-cheetah.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'python-cheetah/build') diff --git a/python-cheetah/build/python-cheetah.SlackBuild b/python-cheetah/build/python-cheetah.SlackBuild index 861a244c..012ed0b5 100755 --- a/python-cheetah/build/python-cheetah.SlackBuild +++ b/python-cheetah/build/python-cheetah.SlackBuild @@ -32,6 +32,8 @@ # Changelog: # 2.4.2-1: 27/feb/2010 by Eric Hameleers # * Initial build. +# 2.4.2.1-1: 19/mar/2010 by Eric Hameleers +# * Update. # # Run 'sh python-cheetah.SlackBuild' to build a Slackware package. # The package (.tgz) and .txt file as well as build logs are created in /tmp . @@ -42,7 +44,7 @@ # Set initial variables: PRGNAM=python-cheetah -VERSION=${VERSION:-2.4.2} +VERSION=${VERSION:-2.4.2.1} BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:" -j4 "} TAG=${TAG:-alien} @@ -60,7 +62,6 @@ OUTPUT=${OUTPUT:-/tmp} SOURCE="$SRCDIR/${PRGNAM}-${VERSION}.tar.gz" SRCURL="http://pypi.python.org/packages/source/C/Cheetah/Cheetah-${VERSION}.tar.gz" - ## ## --- with a little luck, you won't have to edit below this point --- ## ## -- cgit v1.2.3-65-gdbad