# HG changeset patch # User Pascal Bellard # Date 1278835772 -7200 # Node ID d716f22ec2dfbeabfc3070b237527cf9d7929590 # Parent 536a30b073fb8a8f97aa3324d9d29fc65a646ca6 beautifulsoup: fix WGET_URL diff -r 536a30b073fb -r d716f22ec2df beautifulsoup/receipt --- a/beautifulsoup/receipt Sun Jul 11 10:04:54 2010 +0200 +++ b/beautifulsoup/receipt Sun Jul 11 10:09:32 2010 +0200 @@ -8,9 +8,9 @@ DEPENDS="python" BUILD_DEPENDS="python-dev" SOURCE="BeautifulSoup" -TARBALL="$SOURCE.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.crummy.com/software/BeautifulSoup/" -WGET_URL="http://www.crummy.com/software/BeautifulSoup/download/$TARBALL" +WGET_URL="http://www.crummy.com/software/BeautifulSoup/download/3.1.x/$TARBALL" TAGS="parser XML HTML" # Rules to configure and make the package.