diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-05-24 08:46:45 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-05-26 09:11:32 +0000 |
commit | d460b2f1f6e4e21641efa2f94b4a1990b7957901 (patch) | |
tree | 6dc83d1607db3c7f95035357b52d88ade79751dc /testing/py-html5lib/APKBUILD | |
parent | 7fad17c271983c211959c82cd46a428728fe7b40 (diff) | |
download | aports-d460b2f1f6e4e21641efa2f94b4a1990b7957901.tar.bz2 aports-d460b2f1f6e4e21641efa2f94b4a1990b7957901.tar.xz |
testing/py-html5lib: upgrade to 0.999
Diffstat (limited to 'testing/py-html5lib/APKBUILD')
-rw-r--r-- | testing/py-html5lib/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py-html5lib/APKBUILD b/testing/py-html5lib/APKBUILD index 852a1ae94b..d7e32dfd5c 100644 --- a/testing/py-html5lib/APKBUILD +++ b/testing/py-html5lib/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-html5lib _pkgname=html5lib -pkgver=0.99 +pkgver=0.999 pkgrel=0 pkgdesc="A Python HTML parser" url="https://github.com/html5lib/html5lib-python" @@ -36,6 +36,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="b7d837eac0f572736f7753cabaab16ce html5lib-0.99.tar.gz" -sha256sums="aff6fd3031c563883197e5a04b7df324086ff5f358278a0386808c463a077e59 html5lib-0.99.tar.gz" -sha512sums="3076ed2003f174e0800db60fe86ac37106ec8f797759b497d48978767c04565b1ff3fa7f00ed8f504bba1247aeba546400e9c612f2c0a4b032c4b93b1b4de164 html5lib-0.99.tar.gz" +md5sums="acb8ba4d6db5637360a07859192eb7f8 html5lib-0.999.tar.gz" +sha256sums="c3887f7e2875d7666107fa8bee761ff95b9391acdcc7cd1b5fd57a23b5fbc49e html5lib-0.999.tar.gz" +sha512sums="12f187905510c621714c2b75c6a91cc0cbf8a790da1c715a51d08879704b55cd1c152fa236c0d8f6c8a578555103217a91a64a1af1962d02f4a656040a90bcea html5lib-0.999.tar.gz" |