diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-03-01 07:53:22 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-03-03 17:17:24 +0000 |
commit | 47aa5c90cb073bfd8f765c48e4d7567fcb54a99b (patch) | |
tree | 0b18b936666b6a064236874c576833e004689d94 /community/py-ws4py | |
parent | 6453a60070182eee6efd017b53c97ab0116eb419 (diff) | |
download | aports-47aa5c90cb073bfd8f765c48e4d7567fcb54a99b.tar.bz2 aports-47aa5c90cb073bfd8f765c48e4d7567fcb54a99b.tar.xz |
community/py-ws4py: upgrade to 0.5.1
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 8161a8da55..c6cf511492 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.5.0 +pkgver=0.5.1 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="1367e7debfcc4223dda7c903496e4518134f0da54ab2fd1fe85509cb52bb2be8cc7d477d0613e1ab8c38f5243ac19a9135eea65934b8efde3a49be6496b25774 ws4py-0.5.0.tar.gz" +sha512sums="e3202d7bc547a5447eaeeeabe2ff18bd884c89c02cf54e27d88ca9cd14bcd9f080f7ff7e02d36538200c096df0442809c171c99e37b16ff818866c45b40eeef9 ws4py-0.5.1.tar.gz" |