diff options
Diffstat (limited to 'community/py-ws4py')
-rw-r--r-- | community/py-ws4py/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-ws4py/APKBUILD b/community/py-ws4py/APKBUILD index 757d0efee0..d9534adceb 100644 --- a/community/py-ws4py/APKBUILD +++ b/community/py-ws4py/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py-ws4py _pkgname=ws4py -pkgver=0.4.2 +pkgver=0.4.3 pkgrel=0 pkgdesc="WebSocket client and server library for Python 2 and 3 as well as PyPy" url="https://github.com/Lawouach/WebSocket-for-Python" @@ -44,4 +44,4 @@ _py3() { _py python3 } -sha512sums="aab5ac088827bcd2b12bdbd853a4ce54455de8b8b8fb1c9d2b9737be5da3e571ef13f50a5a7f37ce9e9f97f39877bf3af292fa89a98841af8cc928b8bef636df ws4py-0.4.2.tar.gz" +sha512sums="732a1f51d5f5f4990d93fcdff69eb928838e61c9e338c81d4e530496ad6aa9e53589e2f4bb7fc3e00ecd85f80ff7801ba7e6eb544775263a5c20910199743371 ws4py-0.4.3.tar.gz" |