diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2019-10-10 16:59:31 +0000 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-10 16:52:48 -0300 |
commit | d4cbeecf1604ff0b0804de6d1ce6230132d5a122 (patch) | |
tree | 3775341b1338c558695485d282abcc277ae32c17 | |
parent | 9a155eb8687fee4000b76d77083eff6bb1695c14 (diff) | |
download | aports-d4cbeecf1604ff0b0804de6d1ce6230132d5a122.tar.bz2 aports-d4cbeecf1604ff0b0804de6d1ce6230132d5a122.tar.xz |
community/py3-beautifulsoup4: upgrade to 4.8.1
-rw-r--r-- | community/py3-beautifulsoup4/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-beautifulsoup4/APKBUILD b/community/py3-beautifulsoup4/APKBUILD index 4461173bc2..0fe6764c9a 100644 --- a/community/py3-beautifulsoup4/APKBUILD +++ b/community/py3-beautifulsoup4/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-beautifulsoup4 _pkgname=beautifulsoup4 -pkgver=4.8.0 +pkgver=4.8.1 pkgrel=0 pkgdesc="A Python HTML/XML parser" url="http://www.crummy.com/software/BeautifulSoup/index.html" @@ -29,4 +29,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="00e157f8031dbb0e30e49158ca30f9e9207647dd3355edf23c2906b9d0c8b93250669edf5b20372e62546501a0cd2d7e87b793faf30bc122b5544f9358c1a4db beautifulsoup4-4.8.0.tar.gz" +sha512sums="7abc5e84cb8da5428dafc6b473418d0cc72b518cb1a73d4ae58b8dad3ec985e5778629dc1d7c8374dfb223be981983c745a1dbb55a98078b4cfe7ba5ce25539b beautifulsoup4-4.8.1.tar.gz" |