diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-15 14:52:11 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-15 15:30:22 +0100 |
commit | 8479d0bc47ad7caefbd3f245404a3ad86585cb2e (patch) | |
tree | 0df1efb51ee568d073a11203bfcf4de22463e2aa /community/py3-pyzmq/APKBUILD | |
parent | acbd4697d02e63ad9b9809bbd8c51c6d153b0457 (diff) | |
download | aports-8479d0bc47ad7caefbd3f245404a3ad86585cb2e.tar.bz2 aports-8479d0bc47ad7caefbd3f245404a3ad86585cb2e.tar.xz |
community/py3-pyzmq: upgrade to 18.1.1
Diffstat (limited to 'community/py3-pyzmq/APKBUILD')
-rw-r--r-- | community/py3-pyzmq/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-pyzmq/APKBUILD b/community/py3-pyzmq/APKBUILD index 05286434ec..205e24fbaf 100644 --- a/community/py3-pyzmq/APKBUILD +++ b/community/py3-pyzmq/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-pyzmq _pkgname=pyzmq -pkgver=18.1.0 -pkgrel=1 +pkgver=18.1.1 +pkgrel=0 pkgdesc="Python bindings for ZeroMQ" url="https://pypi.python.org/pypi/pyzmq" arch="all !s390x" # https://github.com/zeromq/pyzmq/issues/1274 @@ -30,4 +30,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="930b558fb4b763bb6bb04cdc2a1db8b93deb37b42fb7e42b8cd4ec2f6bf71178b2f7dffee930dae6f28b2ee8d0be00a93e3630186c669205b5b4930914aa3852 pyzmq-18.1.0.tar.gz" +sha512sums="27e7b454e8bf26bc7a201a858f1ff107da039f99c5a5987e463a6bb3dc5a4568a7ec2404dfb4612cac5740f69d943ab4116d0f0f7ece2d1bba1a0c2779c4c164 pyzmq-18.1.1.tar.gz" |