diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-10-05 16:13:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-22 08:23:14 +0000 |
commit | e64b33d4079408a6b8643a46860da2277430931e (patch) | |
tree | f53f95d71785e483278c2e4e06fe4e4521962e87 /testing/py-sphinxcontrib-nwdiag | |
parent | 6f3e32d9a80aa611a04d3fd4c0028f7463d0efc4 (diff) | |
download | aports-e64b33d4079408a6b8643a46860da2277430931e.tar.bz2 aports-e64b33d4079408a6b8643a46860da2277430931e.tar.xz |
testing/py-sphinxcontrib-nwdiag: upgrade to 0.7.0
Diffstat (limited to 'testing/py-sphinxcontrib-nwdiag')
-rw-r--r-- | testing/py-sphinxcontrib-nwdiag/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py-sphinxcontrib-nwdiag/APKBUILD b/testing/py-sphinxcontrib-nwdiag/APKBUILD index 95dc4beb22..6137e57b5a 100644 --- a/testing/py-sphinxcontrib-nwdiag/APKBUILD +++ b/testing/py-sphinxcontrib-nwdiag/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-sphinxcontrib-nwdiag _pkgname=sphinxcontrib-nwdiag -pkgver=0.6.1 +pkgver=0.7.0 pkgrel=0 pkgdesc="Sphinx "nwdiag" extension" url="https://pypi.python.org/pypi/sphinxcontrib-nwdiag" @@ -36,6 +36,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="7b56bfdac3c80858fd3d1c4b727ae4a4 sphinxcontrib-nwdiag-0.6.1.tar.gz" -sha256sums="b091399052d72c2bd748c1715bf540276b8a32d01e2919abb04a1a89ded71a96 sphinxcontrib-nwdiag-0.6.1.tar.gz" -sha512sums="2e3e57941e49f8621a585fa6f18c853a866bf5052081f8003a3396d7e34b2fa28cbc996f7819a2ca572b92a0803df8c8f11c735630b00c3af0de965dc632bb5e sphinxcontrib-nwdiag-0.6.1.tar.gz" +md5sums="ccf9d0b05fc176edb381520f96df0e70 sphinxcontrib-nwdiag-0.7.0.tar.gz" +sha256sums="f87cb63afadb48742b0fd9462f8595d88cc44cda1f86592517b280dfc22a2d18 sphinxcontrib-nwdiag-0.7.0.tar.gz" +sha512sums="afe5395473f11cc6082d436a8ac5166910c614330e12ffa960aa8f7850a3123aed3eee182518588182517f40c8ec2859ecdb7d72d3c2f167b8449d63499041f1 sphinxcontrib-nwdiag-0.7.0.tar.gz" |