diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-07-05 15:09:10 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-07-05 15:10:00 +0000 |
commit | 1092efd1f6752581eceb5a2a90ebbfa9b603778e (patch) | |
tree | a0a42367226ae5832e7f5ee69dfc3ad15f170f42 /community | |
parent | 50c197239c89545dd072af45f8e644c92fb706a5 (diff) | |
download | aports-1092efd1f6752581eceb5a2a90ebbfa9b603778e.tar.bz2 aports-1092efd1f6752581eceb5a2a90ebbfa9b603778e.tar.xz |
community/py-sphinx-autobuild: upgrade to 0.7.1
Diffstat (limited to 'community')
-rw-r--r-- | community/py-sphinx-autobuild/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/community/py-sphinx-autobuild/APKBUILD b/community/py-sphinx-autobuild/APKBUILD index cd9b68c442..ae638d1c6d 100644 --- a/community/py-sphinx-autobuild/APKBUILD +++ b/community/py-sphinx-autobuild/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py-sphinx-autobuild -pkgver=0.6.0 +pkgver=0.7.1 pkgrel=0 pkgdesc="Watch a Sphinx directory and rebuild the documentation when a change is detected" url="https://github.com/GaretJax/sphinx-autobuild" @@ -35,6 +35,4 @@ package() { python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="afa9cf28690436923921d8a2556ccbe8 sphinx-autobuild-0.6.0.tar.gz" -sha256sums="5d9e7032c8c8e3f744fd62b1f707a4cecf4c4bd2c3a0e10fdf611183c2e0936b sphinx-autobuild-0.6.0.tar.gz" -sha512sums="a99d6716a661e5ddb106de2f58dc913ddb15731c1c607d869b19cf69b3fed706b68b02df6dfadfd5093bdaf43fdc38fbc78939c148c3dabcd704d5d52e614e39 sphinx-autobuild-0.6.0.tar.gz" +sha512sums="586a44b77bb04c908e70e14d80336c4d3641f10e0a38db8cbf64e03c229818b18de4ec26b0894e0f45099d75443b1996b32afec0fc00631b5b671a26bc29e1f5 sphinx-autobuild-0.7.1.tar.gz" |