diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-06-26 08:44:33 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-06-26 08:44:33 +0000 |
commit | 58afaacd80aa2300e864a68c2501d22306413901 (patch) | |
tree | 9d7f869a1eda5efadd3e0385cca4f7dea003c437 /community/py-websocket-client | |
parent | 1383c089daaebf17cc7eb4409e60b17d528c7f72 (diff) | |
download | aports-58afaacd80aa2300e864a68c2501d22306413901.tar.bz2 aports-58afaacd80aa2300e864a68c2501d22306413901.tar.xz |
community/py-websocket-client: upgrade to 0.44.0
Diffstat (limited to 'community/py-websocket-client')
-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 53c32f9aed..53f3653d83 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.43.0 +pkgver=0.44.0 pkgrel=0 pkgdesc="WebSocket client library for Python" url="https://github.com/liris/websocket-client" @@ -46,4 +46,4 @@ _py3() { _py python3 } -sha512sums="9801b815b9906304a80fef21605165830d17001ece992566c64d95451b6446bd966021c44d4bb41dbb4c999590f0126dc1feb116eac8f4ad1c580ac671d7ba18 websocket_client-0.43.0.tar.gz" +sha512sums="845e29c3ee7233f77d630c21a7cd8bc0ac1f619cafbd77cf2cb493e2d6b1900611bf7e9a6b927f10685a267ca2dbe6434f8b2a1e796534649253b3f1dd446738 websocket_client-0.44.0.tar.gz" |