diff options
author | Fabian Affolter <mail@fabian-affolter.ch> | 2018-09-20 06:21:33 +0000 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-09-20 11:09:56 +0300 |
commit | d1ebdab61811a96f2dbb197c109413b27501b300 (patch) | |
tree | 2a9deb7bd2c77efa85276d902d5527e4f5aab767 | |
parent | 08cfee995aaf35eefff34b6ab7a0db656af4f0e6 (diff) | |
download | aports-d1ebdab61811a96f2dbb197c109413b27501b300.tar.bz2 aports-d1ebdab61811a96f2dbb197c109413b27501b300.tar.xz |
testing/py-zeroconf: upgrade to 0.21.1
-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 a1fb959144..fac149dfc9 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.0 +pkgver=0.21.1 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="616cee16aabf6551a2609881ff70a48c2e8573eb7228978e4d2a919f1d646ed9623c65c3ceb2450c9ffc5497d7017b32b666b07950718a3bddc7a4b6903e2f8f zeroconf-0.21.0.tar.gz" +sha512sums="406ec4d1514892ffc8ac94cd2c7ac340457ce953f4bbf591a9978bf2fff12841dcb0c6215225214516eb08a5b96c6fe1c7b87c3ec2a56e9946c3d4cef12e2993 zeroconf-0.21.1.tar.gz" |