mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/BeautifulSoup: Updated for version 3.2.1.
There is a 4.x version of this out, but I'll let the maintainer make that call on that. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
427b506fea
commit
4335f70f38
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=BeautifulSoup
|
||||
VERSION=3.2.0
|
||||
VERSION=3.2.1
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="BeautifulSoup"
|
||||
VERSION="3.2.0"
|
||||
VERSION="3.2.1"
|
||||
HOMEPAGE="http://www.crummy.com/software/BeautifulSoup/"
|
||||
DOWNLOAD="http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-3.2.0.tar.gz"
|
||||
MD5SUM="ef1e78f7689ea61314f7bddebcfde88c"
|
||||
DOWNLOAD="http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-3.2.1.tar.gz"
|
||||
MD5SUM="5ad1a8550a19bfc945baac23eb8293ed"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue