diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-03-30 07:04:39 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-03-30 07:04:55 +0000 |
commit | 7ae3194b0d50ff6638f4b3bc14c6f27f251cab11 (patch) | |
tree | ef4f2c613fc05c736ba9f0df04a44dcaa702a7c6 /community/py-ws4py | |
parent | f9ea282aeb0e1d83da06d893b7c81da3797604a0 (diff) | |
download | aports-7ae3194b0d50ff6638f4b3bc14c6f27f251cab11.tar.bz2 aports-7ae3194b0d50ff6638f4b3bc14c6f27f251cab11.tar.xz |
community/py-ws4py: upgrade to 0.4.2
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 d6155aad8f..757d0efee0 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.1 +pkgver=0.4.2 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="9e70ed69ea7a671d5690098b2161b6b7ece06e1f71b793c973f42a493f721d4a9360de8e27dc958c347f4535feab9629ca5ff17a418fefe335c82c289dedc4cc ws4py-0.4.1.tar.gz" +sha512sums="aab5ac088827bcd2b12bdbd853a4ce54455de8b8b8fb1c9d2b9737be5da3e571ef13f50a5a7f37ce9e9f97f39877bf3af292fa89a98841af8cc928b8bef636df ws4py-0.4.2.tar.gz" |