diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-12-31 02:58:31 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-12-31 03:14:07 +0000 |
commit | eb74519257f54ecdf1bc7e14564591b329386b26 (patch) | |
tree | 28cf8379d975d76afc1c50dd449b2a752ed13c6c /community | |
parent | 6b1401bfbcbd476aea75dcd136c1007913daffb1 (diff) | |
download | aports-eb74519257f54ecdf1bc7e14564591b329386b26.tar.bz2 aports-eb74519257f54ecdf1bc7e14564591b329386b26.tar.xz |
community/py-websocket-client: upgrade to 0.46.0
Diffstat (limited to 'community')
-rw-r--r-- | community/py-websocket-client/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-websocket-client/APKBUILD b/community/py-websocket-client/APKBUILD index 90551c3942..90d98145e9 100644 --- a/community/py-websocket-client/APKBUILD +++ b/community/py-websocket-client/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py-websocket-client _pkgname=websocket_client -pkgver=0.45.0 +pkgver=0.46.0 pkgrel=0 pkgdesc="WebSocket client library for Python" url="https://github.com/liris/websocket-client" @@ -46,4 +46,4 @@ _py3() { _py python3 } -sha512sums="a6d582174538ee66b8f04721faad5f287040ec64c7b75ac16f1168a08014bfc0cbb54c0730413eeecc0e25a980823d8e49a54f64e8913d0cf9dbf273f99f3af3 websocket_client-0.45.0.tar.gz" +sha512sums="8ec13770c56475d8cd0559a84a827cf13c73f79c2b3b14b7f7eec71a938896c691393fe86df5b227aa046fecf34cbdf88974ee870d89c2e66018b1ac91761ccf websocket_client-0.46.0.tar.gz" |