diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-02-28 09:17:10 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-02-28 09:17:10 +0000 |
commit | 51949099fde7dd9215d8f17575660934853f907f (patch) | |
tree | c6b23701487b237e3dab746bf849ab9319e9b4e5 /community/py-ws4py | |
parent | f6e2d250f6d20137abdb9a36baa0154576f17c7e (diff) | |
download | aports-51949099fde7dd9215d8f17575660934853f907f.tar.bz2 aports-51949099fde7dd9215d8f17575660934853f907f.tar.xz |
community/py-ws4py: upgrade to 0.5.0
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 d9534adceb..8161a8da55 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.3 +pkgver=0.5.0 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="732a1f51d5f5f4990d93fcdff69eb928838e61c9e338c81d4e530496ad6aa9e53589e2f4bb7fc3e00ecd85f80ff7801ba7e6eb544775263a5c20910199743371 ws4py-0.4.3.tar.gz" +sha512sums="1367e7debfcc4223dda7c903496e4518134f0da54ab2fd1fe85509cb52bb2be8cc7d477d0613e1ab8c38f5243ac19a9135eea65934b8efde3a49be6496b25774 ws4py-0.5.0.tar.gz" |