summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-05-15 20:24:14 +0000
committer Eric Hameleers <alien@slackware.com>2011-05-15 20:24:14 +0000
commit1c2e2152a41bc2efa3109371f3c181bd2d85b2f7 (patch)
tree5179037b5f269eaa132e31c0b821af6208237c0e
parentbcf52821992dc4647034acf2e72c497032bb829c (diff)
downloadasb-1c2e2152a41bc2efa3109371f3c181bd2d85b2f7.tar.gz
asb-1c2e2152a41bc2efa3109371f3c181bd2d85b2f7.tar.xz
Update to 0.2.5
-rwxr-xr-xpython-mechanize/build/python-mechanize.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/python-mechanize/build/python-mechanize.SlackBuild b/python-mechanize/build/python-mechanize.SlackBuild
index 21518328..40cff463 100755
--- a/python-mechanize/build/python-mechanize.SlackBuild
+++ b/python-mechanize/build/python-mechanize.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2011 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -32,6 +32,8 @@
# Changelog:
# 0.2.2-1: 25/Sep/2010 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 0.2.5-1: 15/may/2011 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh python-mechanize.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -43,7 +45,7 @@
PRGNAM=python-mechanize
SRCNAM=mechanize
-VERSION=${VERSION:-0.2.2}
+VERSION=${VERSION:-0.2.5}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}