diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2017-06-14 17:02:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-16 11:31:42 +0000 |
commit | 24bfcbd5c2c620bd4264bf0f7b2c33145ef23fc3 (patch) | |
tree | d36c903dd93a700cc69c55f10aebb60dc33ca3ef /testing/py-zeroconf | |
parent | 3d9a2518fa29468909808414705b8e7389153915 (diff) | |
download | aports-24bfcbd5c2c620bd4264bf0f7b2c33145ef23fc3.tar.bz2 aports-24bfcbd5c2c620bd4264bf0f7b2c33145ef23fc3.tar.xz |
testing/py-zeroconf: upgrade to 0.19.1
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 acf6d490c8..a6c52e8b12 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.17.7 +pkgver=0.19.1 pkgrel=0 pkgdesc="A Python implementation of multicast DNS service discovery" url="https://github.com/jstasiak/python-zeroconf" @@ -45,4 +45,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="735ff6e81cf5649bedbe0dad3ba243b1143c414b7ed99389875f5f396828446a573b0464e85563c4112989c03e3db21b018950de89c16b385faffd70b330eddb zeroconf-0.17.7.tar.gz" +sha512sums="1a7ac803caca1b230eba6c4bcfb714613f218850d9373ea0de609a3c9a509d13acfd14d64f9efbab78637b74aebdf385cf2deded1ff871fc6f3aea4477a07730 zeroconf-0.19.1.tar.gz" |