diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-03-27 07:12:07 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-03-27 08:45:44 +0000 |
commit | e51b0ef6c1ed4b6462dfccc968939a822423faf4 (patch) | |
tree | 5eac6e23a6682615e5a1022d4c4201bdb9634d62 | |
parent | ab23f833069706c83824652d90547768eaebaa71 (diff) | |
download | aports-e51b0ef6c1ed4b6462dfccc968939a822423faf4.tar.bz2 aports-e51b0ef6c1ed4b6462dfccc968939a822423faf4.tar.xz |
community/py-ws4py: upgrade to 0.4.1
-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 1818df90c1..d6155aad8f 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.0 +pkgver=0.4.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="df0bfe2243576b42e5daebc40976b804b369ab179f4fdcc13b9b5d39aa107f2a66d7bbb63f21d60cb8f08032a6fdb5433f4f58e6ed18a8a18f5fdeec91ebb155 ws4py-0.4.0.tar.gz" +sha512sums="9e70ed69ea7a671d5690098b2161b6b7ece06e1f71b793c973f42a493f721d4a9360de8e27dc958c347f4535feab9629ca5ff17a418fefe335c82c289dedc4cc ws4py-0.4.1.tar.gz" |