diff options
Diffstat (limited to 'community/py-websocket-client/APKBUILD')
-rw-r--r-- | community/py-websocket-client/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/py-websocket-client/APKBUILD b/community/py-websocket-client/APKBUILD index aa324cd31c..b71dafdd23 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.37.0 +pkgver=0.39.0 pkgrel=0 pkgdesc="WebSocket client library for Python" url="https://github.com/liris/websocket-client" @@ -43,6 +43,6 @@ _py3() { _py python3 } -md5sums="5c2f16904dcb167bd2b85289c6e6fa6a websocket_client-0.37.0.tar.gz" -sha256sums="678b246d816b94018af5297e72915160e2feb042e0cde1a9397f502ac3a52f41 websocket_client-0.37.0.tar.gz" -sha512sums="b72f18c91d9a51a1943fc798601bcd9eac8b1ce807a2abb72b7cf897da30de808160645d9c7f3eaf2430e739cd0c6c01046c452f43c61af63afe7d31d801f9f7 websocket_client-0.37.0.tar.gz" +md5sums="361ad4123a24f93bab9882e1d067de74 websocket_client-0.39.0.tar.gz" +sha256sums="87c6ba46565d62bcdbc5ac1d78c9a6d66663560ab2ca566cf9c6ac406de13425 websocket_client-0.39.0.tar.gz" +sha512sums="12f9375598ee151ebc005b3948fc47e7186afeb6b168a5c8b61bb1f836d6eebc011b29d24ad26f6da59ffa4f4135e5736b0198fc34b02bb7ba877df056447908 websocket_client-0.39.0.tar.gz" |