diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-12-08 11:23:38 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-12-08 12:24:11 +0000 |
commit | 8144b62512758ef407558d4f09a8c5c9e4eaf5b1 (patch) | |
tree | eb11d191885b299a2987c687a330ec22ac2bf200 /community/py-websocket-client/APKBUILD | |
parent | 2afefde3030854c31951b96e93179f8d576aad07 (diff) | |
download | aports-8144b62512758ef407558d4f09a8c5c9e4eaf5b1.tar.bz2 aports-8144b62512758ef407558d4f09a8c5c9e4eaf5b1.tar.xz |
community/py-websocket-client: upgrade to 0.54.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 d274535a14..79cc75c3d6 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.48.0 +pkgver=0.54.0 pkgrel=0 pkgdesc="WebSocket client library for Python" url="https://github.com/liris/websocket-client" @@ -46,4 +46,4 @@ _py3() { _py python3 } -sha512sums="6c678a2671ce6cfb86a61effa836bbe4bb1702f22827934b1fcd7f0f8439be76037d9b6d4d6b416249361a9a74a92701d7b90bc6276b2433388644ed66f56333 websocket_client-0.48.0.tar.gz" +sha512sums="ba4dfb6b879ec88ca446f44a77b91bbace55faa1a276f493174f3dc5b96b4d400d43c886798666da98e331610f71b4629f894d97f4614acf8d64affe8370bfec websocket_client-0.54.0.tar.gz" |