diff options
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 314c8c576b..53c32f9aed 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.42.1 +pkgver=0.43.0 pkgrel=0 pkgdesc="WebSocket client library for Python" url="https://github.com/liris/websocket-client" @@ -46,4 +46,4 @@ _py3() { _py python3 } -sha512sums="af776e73280f11209d06c8cbf7719d45c50d0a83002b960571f75b60b902666cf994a94b1def80323c8115a76e4d3958c6c2f88a9da4383406ae2db62a057e93 websocket_client-0.42.1.tar.gz" +sha512sums="9801b815b9906304a80fef21605165830d17001ece992566c64d95451b6446bd966021c44d4bb41dbb4c999590f0126dc1feb116eac8f4ad1c580ac671d7ba18 websocket_client-0.43.0.tar.gz" |