diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-05 23:19:36 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-05 23:19:36 +0000 |
commit | 7b725b28fc02b6131ab2807ec22bc9ce3f286cc2 (patch) | |
tree | 65a13de1d1f10ece0c3b0a27f09e73365f2cf616 /testing/py-beautifulsoup4 | |
parent | 574a8827513daacbbe8c198977a542dfe227b666 (diff) | |
download | aports-7b725b28fc02b6131ab2807ec22bc9ce3f286cc2.tar.bz2 aports-7b725b28fc02b6131ab2807ec22bc9ce3f286cc2.tar.xz |
testing/py-beautifulsoup4: upgrade to 4.6.0
Diffstat (limited to 'testing/py-beautifulsoup4')
-rw-r--r-- | testing/py-beautifulsoup4/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/testing/py-beautifulsoup4/APKBUILD b/testing/py-beautifulsoup4/APKBUILD index 8b15248acc..26dce245b0 100644 --- a/testing/py-beautifulsoup4/APKBUILD +++ b/testing/py-beautifulsoup4/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-beautifulsoup4 _pkgname=beautifulsoup4 -pkgver=4.5.1 -pkgrel=1 +pkgver=4.6.0 +pkgrel=0 pkgdesc="A Python HTML/XML parser" url="http://www.crummy.com/software/BeautifulSoup/index.html" arch="noarch" @@ -44,6 +44,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -md5sums="994abd90e691beaf7d42c00ffb2f3a67 beautifulsoup4-4.5.1.tar.gz" -sha256sums="3c9474036afda9136aac6463def733f81017bf9ef3510d25634f335b0c87f5e1 beautifulsoup4-4.5.1.tar.gz" -sha512sums="d560d7f743507084ec546708d29bb3764512f5b2c380004280dde813350bf48d1697fddce3bd3f95186407bf5142941d7adc7d0de8e7962eb5ca1278dbc7e93f beautifulsoup4-4.5.1.tar.gz" +sha512sums="1a7eee4218e58cc3852e71fe4f0892f673bb46a851941264766a38eff8ef05d612d88b4641fcb478ce8f66ac50dc987ca039923c4bbb11867c74813289f7e578 beautifulsoup4-4.6.0.tar.gz" |