diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2018-07-29 08:14:42 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-29 08:41:52 +0000 |
commit | 18d17e815334963b04f751ea85979881cce17f6b (patch) | |
tree | e658e7b58257e089a0c8082b4c47ff304761c5a0 /testing/py-beautifulsoup4 | |
parent | 6667f30efb2b1e692fbd8f91500db806094f2c12 (diff) | |
download | aports-18d17e815334963b04f751ea85979881cce17f6b.tar.bz2 aports-18d17e815334963b04f751ea85979881cce17f6b.tar.xz |
testing/py-beautifulsoup4: upgrade to 4.6.1
Diffstat (limited to 'testing/py-beautifulsoup4')
-rw-r--r-- | testing/py-beautifulsoup4/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-beautifulsoup4/APKBUILD b/testing/py-beautifulsoup4/APKBUILD index e05726c35a..9cf0b3220e 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.6.0 -pkgrel=1 +pkgver=4.6.1 +pkgrel=0 pkgdesc="A Python HTML/XML parser" url="http://www.crummy.com/software/BeautifulSoup/index.html" arch="noarch" @@ -61,4 +61,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="1a7eee4218e58cc3852e71fe4f0892f673bb46a851941264766a38eff8ef05d612d88b4641fcb478ce8f66ac50dc987ca039923c4bbb11867c74813289f7e578 beautifulsoup4-4.6.0.tar.gz" +sha512sums="598f6be620d6c656bdab6d0d6e767a1ffc695a790dc5e3e8cc0f411555de1c52ef1972c93d0916135375c74e5272dd112f00e5ed2fb12a12c90d5d30d852e91c beautifulsoup4-4.6.1.tar.gz" |