diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-09-12 16:03:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-29 06:48:11 +0000 |
commit | fca6a8c30d1770650a282e86f68bb79f80f48bae (patch) | |
tree | 0128d2e17bb8d2c5eba0a88fe18b44566ac5b7b8 /testing/py-beautifulsoup4 | |
parent | 04d9c131b58630793695544e3d7f68f1c86dbbe7 (diff) | |
download | aports-fca6a8c30d1770650a282e86f68bb79f80f48bae.tar.bz2 aports-fca6a8c30d1770650a282e86f68bb79f80f48bae.tar.xz |
testing/py-beautifulsoup4: upgrade to 4.3.2
Diffstat (limited to 'testing/py-beautifulsoup4')
-rw-r--r-- | testing/py-beautifulsoup4/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py-beautifulsoup4/APKBUILD b/testing/py-beautifulsoup4/APKBUILD index fa7e8c8ae0..1d41e2d6c6 100644 --- a/testing/py-beautifulsoup4/APKBUILD +++ b/testing/py-beautifulsoup4/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-beautifulsoup4 _pkgname=beautifulsoup4 -pkgver=4.3.1 +pkgver=4.3.2 pkgrel=0 pkgdesc="A Python HTML/XML parser" url="http://www.crummy.com/software/BeautifulSoup/index.html" @@ -36,6 +36,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="508095f2784c64114e06856edc1dafed beautifulsoup4-4.3.1.tar.gz" -sha256sums="d94545f5a222fa8ad0265e08f40f1d719fe40acd6655fa3d00b42ae269ec2f0d beautifulsoup4-4.3.1.tar.gz" -sha512sums="643342e679e9f5c4f7cc6386514151ba1176f7962ac6e40c8279de75c5081ad390ccd983a3f4e6ccaa4adadb10acaa6f0c53157099703a30a4741f3aa5c658e5 beautifulsoup4-4.3.1.tar.gz" +md5sums="b8d157a204d56512a4cc196e53e7d8ee beautifulsoup4-4.3.2.tar.gz" +sha256sums="a2b29bd048ca2fe54a046b29770964738872a9747003a371344a93eedf7ad58e beautifulsoup4-4.3.2.tar.gz" +sha512sums="3d55e553a1a2109378e2961a0feb23a8f038f4ff7bd335a21a26d588d39761f6735888e6ca2d001587e9a6a3b8259a1a09b92b310aa17e9b76fd85601a1ca592 beautifulsoup4-4.3.2.tar.gz" |