diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-26 14:24:40 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-26 14:33:49 +0100 |
commit | cad63729248524544b302db9ffeec8e2aa95fd93 (patch) | |
tree | 7b4cf13492107ffcd8d0ff1b86db449110c1c104 /community/py3-websocket-client | |
parent | 3c15f764c183f9dfd00fb8738a0a5dbc7c49100e (diff) | |
download | aports-cad63729248524544b302db9ffeec8e2aa95fd93.tar.bz2 aports-cad63729248524544b302db9ffeec8e2aa95fd93.tar.xz |
community/py3-websocket-client: upgrade to 0.57.0
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" |