summaryrefslogtreecommitdiffstats
path: root/BeautifulSoup
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-05-15 20:08:09 +0000
committer Eric Hameleers <alien@slackware.com>2011-05-15 20:08:09 +0000
commit04e4c410473cb0ea3ae463d796ad0ece2c356ae7 (patch)
tree19755e1c92a0faee1920603c80f5ea6cededcae5 /BeautifulSoup
parent5303d1798a713b8c2d37d9ff48f985afeba55735 (diff)
downloadasb-04e4c410473cb0ea3ae463d796ad0ece2c356ae7.tar.gz
asb-04e4c410473cb0ea3ae463d796ad0ece2c356ae7.tar.xz
Update to 3.2.0
Diffstat (limited to 'BeautifulSoup')
-rwxr-xr-xBeautifulSoup/build/BeautifulSoup.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/BeautifulSoup/build/BeautifulSoup.SlackBuild b/BeautifulSoup/build/BeautifulSoup.SlackBuild
index 1992d3a9..19f18f46 100755
--- a/BeautifulSoup/build/BeautifulSoup.SlackBuild
+++ b/BeautifulSoup/build/BeautifulSoup.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:
# 3.0.8.1-1: 25/Sep/2010 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 3.2.0-1: 15/may/2011 by Eric Hameleers <alien@slackware.com>
+# * Update. Note that older than 3.1 will not work with python3.
#
# Run 'sh BeautifulSoup.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=BeautifulSoup
-VERSION=${VERSION:-3.0.8.1}
+VERSION=${VERSION:-3.2.0}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}