diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-08-21 18:19:16 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-08-23 10:29:01 +0000 |
commit | 99aa83a05a3e4d1b20bc3fec9ce467f9bcf71782 (patch) | |
tree | 6c4f13d7256367a06be725c01a64f8b0ce06c0ce /testing/py-sphinxcontrib-nwdiag | |
parent | 4b009c800e5d9d0e90df3dbb7f86e02b2a385827 (diff) | |
download | aports-99aa83a05a3e4d1b20bc3fec9ce467f9bcf71782.tar.bz2 aports-99aa83a05a3e4d1b20bc3fec9ce467f9bcf71782.tar.xz |
testing/py-sphinxcontrib-nwdiag: upgrade to 0.8.2
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 6137e57b5a..546cc36cf6 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.7.0 +pkgver=0.8.2 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="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" +md5sums="73c7c3af08812121d620f6287537baf0 sphinxcontrib-nwdiag-0.8.2.tar.gz" +sha256sums="4b27060f3531c4f4397c45c010dcff51545f7062928ae4a019834f7604ba609e sphinxcontrib-nwdiag-0.8.2.tar.gz" +sha512sums="990c8a3b9cdfa153bbdc48a4f64ab1f5958f0a65e482f58f47d13e6854521a1b1bd0e6283e4025064a6fa78fe3a414347419ff09f2ba802df20b3874c36d6324 sphinxcontrib-nwdiag-0.8.2.tar.gz" |