diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-05-17 15:46:48 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-05-17 15:46:48 +0000 |
commit | c1544deb247aa84a2ba7d0c08a4628b83ec3c062 (patch) | |
tree | b9e1cfe2bb26a6a56bb267ed97f6882c9dbb9a60 /testing/py-beautifulsoup | |
parent | 1e6eacb33245c79f9cfd1515b76849a9079c6240 (diff) | |
download | aports-c1544deb247aa84a2ba7d0c08a4628b83ec3c062.tar.bz2 aports-c1544deb247aa84a2ba7d0c08a4628b83ec3c062.tar.xz |
testing/py-beautifulsoup: upgrade to 3.2.1
Diffstat (limited to 'testing/py-beautifulsoup')
-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" |