diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-03-22 07:26:37 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-03-22 07:32:04 +0000 |
commit | 1f6f459af18630d8a5bd22a6059cc4257f1663d1 (patch) | |
tree | 2a8e73bab554b7cb02eca848c0c114e50748f0e4 /community/py-websocket-client/APKBUILD | |
parent | 1db4b0f98f92b73b0f5af871aca6bf627a82b04f (diff) | |
download | aports-1f6f459af18630d8a5bd22a6059cc4257f1663d1.tar.bz2 aports-1f6f459af18630d8a5bd22a6059cc4257f1663d1.tar.xz |
community/py-websocket-client: upgrade to 0.56.0
Diffstat (limited to 'community/py-websocket-client/APKBUILD')
-rw-r--r-- | community/py-websocket-client/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-websocket-client/APKBUILD b/community/py-websocket-client/APKBUILD index 2c088f596a..5e9d94c24c 100644 --- a/community/py-websocket-client/APKBUILD +++ b/community/py-websocket-client/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py-websocket-client _pkgname=websocket_client -pkgver=0.55.0 +pkgver=0.56.0 pkgrel=0 pkgdesc="WebSocket client library for Python" url="https://github.com/liris/websocket-client" @@ -46,4 +46,4 @@ _py3() { _py python3 } -sha512sums="d8f47f9872df04da5dcef71f392cbe41e5744a4a3b2b9a92ccc457a0761aa5bbeab23a8199d5e57ac617402c5f28465b7990dd11dd56a5ce2afff191856715d0 websocket_client-0.55.0.tar.gz" +sha512sums="f61497b5fa6deea11d0e81c1c0d3092d1efba9bcdb3427a45f51b81059444a486a9aa6a4d046fc2aa805e855d2c8e68a4ba46669c05a45eb928251c50e2e3a50 websocket_client-0.56.0.tar.gz" |