diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2018-03-06 15:07:03 +0000 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-03-06 22:22:40 +0100 |
commit | 279b61b54d54c5e3153cfc3226ec6207ed72f21e (patch) | |
tree | 6cedb30224c94a06b796c7d764649a15c4fcefdb | |
parent | 44bb9250ca62e574ef2ff6d30cb74930d23e1bfb (diff) | |
download | aports-279b61b54d54c5e3153cfc3226ec6207ed72f21e.tar.bz2 aports-279b61b54d54c5e3153cfc3226ec6207ed72f21e.tar.xz |
testing/py-zeroconf: upgrade to 0.20.0
-rw-r--r-- | testing/py-zeroconf/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-zeroconf/APKBUILD b/testing/py-zeroconf/APKBUILD index 4e9d7f95f9..0c6b945502 100644 --- a/testing/py-zeroconf/APKBUILD +++ b/testing/py-zeroconf/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-zeroconf _pkgname=zeroconf -pkgver=0.19.1 -pkgrel=1 +pkgver=0.20.0 +pkgrel=0 pkgdesc="A Python implementation of multicast DNS service discovery" url="https://github.com/jstasiak/python-zeroconf" arch="noarch" @@ -53,4 +53,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="1a7ac803caca1b230eba6c4bcfb714613f218850d9373ea0de609a3c9a509d13acfd14d64f9efbab78637b74aebdf385cf2deded1ff871fc6f3aea4477a07730 zeroconf-0.19.1.tar.gz" +sha512sums="e1e9a0f9c9a60f7ce5a6ddc51e8f422565701776b32b46a4c960ac0746b006957fe4ee22236ccfa861047d78f1461691ac166800b947fd04c2c0e759ad7b50c9 zeroconf-0.20.0.tar.gz" |