diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-03-25 08:46:51 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-03-25 08:47:33 +0000 |
commit | a0c278c031cb01b77ec96f91afdcbd8b70fb42aa (patch) | |
tree | f6cc125660abd6700d54e49c9cbf9ebd14c4e835 | |
parent | 56e05c956541bd5db992020a6924c41a06304f24 (diff) | |
download | aports-a0c278c031cb01b77ec96f91afdcbd8b70fb42aa.tar.bz2 aports-a0c278c031cb01b77ec96f91afdcbd8b70fb42aa.tar.xz |
community/py-ws4py: upgrade to 0.4.0
-rw-r--r-- | community/py-ws4py/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/py-ws4py/APKBUILD b/community/py-ws4py/APKBUILD index ca86f6dbc3..1818df90c1 100644 --- a/community/py-ws4py/APKBUILD +++ b/community/py-ws4py/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py-ws4py _pkgname=ws4py -pkgver=0.3.5 -pkgrel=1 +pkgver=0.4.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" arch="noarch" @@ -44,6 +44,4 @@ _py3() { _py python3 } -md5sums="b0cbe30433350ef5ec98e8cbb3c3b39c ws4py-0.3.5.tar.gz" -sha256sums="c4cc4a872027f6a6006a6142a38eb6d65c2ece29a4cefac98dd20a48c34ec7a9 ws4py-0.3.5.tar.gz" -sha512sums="0a4a2ba718808c7ee93327913290df3920505a91181ebfe2007889bde7e09d7ce6a72d7ff6ec13bc3c3c06305d1c476133aec77b584d4c21bad50761611c9269 ws4py-0.3.5.tar.gz" +sha512sums="df0bfe2243576b42e5daebc40976b804b369ab179f4fdcc13b9b5d39aa107f2a66d7bbb63f21d60cb8f08032a6fdb5433f4f58e6ed18a8a18f5fdeec91ebb155 ws4py-0.4.0.tar.gz" |