From 04e4c410473cb0ea3ae463d796ad0ece2c356ae7 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 15 May 2011 20:08:09 +0000 Subject: Update to 3.2.0 --- BeautifulSoup/build/BeautifulSoup.SlackBuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'BeautifulSoup/build/BeautifulSoup.SlackBuild') 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 # * Initial build. +# 3.2.0-1: 15/may/2011 by Eric Hameleers +# * 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} -- cgit v1.2.3-65-gdbad