diff options
author | Fabian Affolter <mail@fabian-affolter.ch> | 2018-09-21 19:57:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-26 17:34:52 +0000 |
commit | 1bf8e9f41d139bdd38975a9bd7bbae83cdb2414a (patch) | |
tree | 65ddca8a13377861a649e7a868d2f6e9033418ab /testing/py-zeroconf | |
parent | 8e6397ec2a70da707b025920a5ea46bf3ecf799f (diff) | |
download | aports-1bf8e9f41d139bdd38975a9bd7bbae83cdb2414a.tar.bz2 aports-1bf8e9f41d139bdd38975a9bd7bbae83cdb2414a.tar.xz |
testing/py-zeroconf: upgrade to 0.21.2
Diffstat (limited to 'testing/py-zeroconf')
-rw-r--r-- | testing/py-zeroconf/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-zeroconf/APKBUILD b/testing/py-zeroconf/APKBUILD index fac149dfc9..9aaf40b639 100644 --- a/testing/py-zeroconf/APKBUILD +++ b/testing/py-zeroconf/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-zeroconf _pkgname=zeroconf -pkgver=0.21.1 +pkgver=0.21.2 pkgrel=0 pkgdesc="A Python implementation of multicast DNS service discovery" url="https://github.com/jstasiak/python-zeroconf" @@ -53,4 +53,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="406ec4d1514892ffc8ac94cd2c7ac340457ce953f4bbf591a9978bf2fff12841dcb0c6215225214516eb08a5b96c6fe1c7b87c3ec2a56e9946c3d4cef12e2993 zeroconf-0.21.1.tar.gz" +sha512sums="4bf161cd82a190e240abb0740f974ee5cb7239b2ea45e62932402aab1475231f890c00d54b3d37be47680249752a468ea0eed76309f8ae23a38727a1d4d2d3ff zeroconf-0.21.2.tar.gz" |