summaryrefslogtreecommitdiffstats
path: root/python-cheetah
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-03-19 14:59:02 +0000
committer Eric Hameleers <alien@slackware.com>2010-03-19 14:59:02 +0000
commit7a2118d26489db47e66aab8ff2c61fbd489289e2 (patch)
tree76bd50c19cd8e09e0ce61675229a67e477e412e8 /python-cheetah
parent8a11266d2ce1cd6e44242337868eb262e3db067c (diff)
downloadasb-7a2118d26489db47e66aab8ff2c61fbd489289e2.tar.gz
asb-7a2118d26489db47e66aab8ff2c61fbd489289e2.tar.xz
Update to 2.4.2.1
Diffstat (limited to 'python-cheetah')
-rwxr-xr-xpython-cheetah/build/python-cheetah.SlackBuild5
1 files changed, 3 insertions, 2 deletions
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 <alien@slackware.com>
# * Initial build.
+# 2.4.2.1-1: 19/mar/2010 by Eric Hameleers <alien@slackware.com>
+# * 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 --- ##
##