diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-09-17 16:35:41 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-23 11:33:49 +0700 |
commit | fec03eb4402a7f0a1aea58474bfdc899a18de795 (patch) | |
tree | a02ce4f83cbbcea879383779d9d2f4dddb184384 /python/python3-websocket-client | |
parent | c11591f2378ae32791c4c381bc0350aa9d33f4b3 (diff) |
python/python3-websocket-client: Updated for version 1.6.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-websocket-client')
-rw-r--r-- | python/python3-websocket-client/python3-websocket-client.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-websocket-client/python3-websocket-client.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-websocket-client/python3-websocket-client.SlackBuild b/python/python3-websocket-client/python3-websocket-client.SlackBuild index 98f8b7b3f62d5..7660f49302fae 100644 --- a/python/python3-websocket-client/python3-websocket-client.SlackBuild +++ b/python/python3-websocket-client/python3-websocket-client.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-websocket-client SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-1.6.2} +VERSION=${VERSION:-1.6.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-websocket-client/python3-websocket-client.info b/python/python3-websocket-client/python3-websocket-client.info index 90a3c16144588..90a63fced87c8 100644 --- a/python/python3-websocket-client/python3-websocket-client.info +++ b/python/python3-websocket-client/python3-websocket-client.info @@ -1,8 +1,8 @@ PRGNAM="python3-websocket-client" -VERSION="1.6.2" -HOMEPAGE="https://github.com/liris/websocket-client" -DOWNLOAD="https://github.com/liris/websocket-client/archive/v1.6.2/websocket-client-1.6.2.tar.gz" -MD5SUM="ff5cf6a1ef4cb4e188aee6378c32f845" +VERSION="1.6.3" +HOMEPAGE="https://github.com/websocket-client/websocket-client/" +DOWNLOAD="https://files.pythonhosted.org/packages/source/w/websocket-client/websocket-client-1.6.3.tar.gz" +MD5SUM="d6052fc6adcff4bb6ed4b9adfc52ab78" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |