diff options
Diffstat (limited to 'testing/py-beautifulsoup/APKBUILD')
-rw-r--r-- | testing/py-beautifulsoup/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-beautifulsoup/APKBUILD b/testing/py-beautifulsoup/APKBUILD index 795edd02ec..fa8bb7c9e5 100644 --- a/testing/py-beautifulsoup/APKBUILD +++ b/testing/py-beautifulsoup/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=py-beautifulsoup _pkgname=BeautifulSoup -pkgver=3.2.0 +pkgver=3.2.1 pkgrel=0 pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like screen-scraping" url="http://www.crummy.com/software/BeautifulSoup/index.html" @@ -19,4 +19,4 @@ package() { cd "$_builddir" python setup.py install --root=$pkgdir } -md5sums="ef1e78f7689ea61314f7bddebcfde88c BeautifulSoup-3.2.0.tar.gz" +md5sums="5ad1a8550a19bfc945baac23eb8293ed BeautifulSoup-3.2.1.tar.gz" |