diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-05-28 06:50:37 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-05-28 06:50:37 +0000 |
commit | 78c708ba885ad183633557501b4d1ba5588c7a60 (patch) | |
tree | 8b31c14948e76e969ac90ae0cb0618e2117bd05c /community | |
parent | 704f78674d81083b191c4ad844325e1d2a479afd (diff) | |
download | aports-78c708ba885ad183633557501b4d1ba5588c7a60.tar.bz2 aports-78c708ba885ad183633557501b4d1ba5588c7a60.tar.xz |
community/py-websocket-client: upgrade to 0.48.0
Diffstat (limited to 'community')
-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 8b1021700c..d274535a14 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.47.0 +pkgver=0.48.0 pkgrel=0 pkgdesc="WebSocket client library for Python" url="https://github.com/liris/websocket-client" @@ -46,4 +46,4 @@ _py3() { _py python3 } -sha512sums="0d384e96be66877ba0c24e7194e2f3d554f818c2e2f107b054e07034fa7678946738c2b08c68cd71ebe0237fa507fade319273c492871fbd0ad7085b87cf0a54 websocket_client-0.47.0.tar.gz" +sha512sums="6c678a2671ce6cfb86a61effa836bbe4bb1702f22827934b1fcd7f0f8439be76037d9b6d4d6b416249361a9a74a92701d7b90bc6276b2433388644ed66f56333 websocket_client-0.48.0.tar.gz" |