diff options
Diffstat (limited to 'community/py3-websocket-client')
-rw-r--r-- | community/py3-websocket-client/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-websocket-client/APKBUILD b/community/py3-websocket-client/APKBUILD index 479e40ac81..aa26260bb2 100644 --- a/community/py3-websocket-client/APKBUILD +++ b/community/py3-websocket-client/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py3-websocket-client _pkgname=websocket_client -pkgver=0.56.0 -pkgrel=3 +pkgver=0.57.0 +pkgrel=0 pkgdesc="WebSocket client library for Python" url="https://github.com/liris/websocket-client" arch="noarch" @@ -28,4 +28,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="f61497b5fa6deea11d0e81c1c0d3092d1efba9bcdb3427a45f51b81059444a486a9aa6a4d046fc2aa805e855d2c8e68a4ba46669c05a45eb928251c50e2e3a50 websocket_client-0.56.0.tar.gz" +sha512sums="8677b00abbdd995ef1c2254f73a01713eb0707ee2549031f410205af7bbbf57b4730b38a78d683a90605c1412863f57a3829d8be1c058f3e9bfb177bd49c4525 websocket_client-0.57.0.tar.gz" |