diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-11-19 09:43:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-19 09:43:06 +0700 |
commit | b7102f61fd385661955dff03af869890f17b9625 (patch) | |
tree | 58936abb9941a2071018615b621df1fa7490b29b /python/python3-websocket-client | |
parent | e03529850f7886838f95b5e346ca7ee6d4a4d41a (diff) |
python/python3-websocket-client: Updated for version 1.4.2.
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 | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-websocket-client/python3-websocket-client.SlackBuild b/python/python3-websocket-client/python3-websocket-client.SlackBuild index 22bad5388840..ad63c4eb2683 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=$(echo $PRGNAM | sed "s/python3-//") -VERSION=${VERSION:-1.4.1} +VERSION=${VERSION:-1.4.2} 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 697c5a04e44b..f862bd124e8d 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.4.1" +VERSION="1.4.2" HOMEPAGE="https://github.com/liris/websocket-client" -DOWNLOAD="https://github.com/liris/websocket-client/archive/v1.4.1/websocket-client-1.4.1.tar.gz" -MD5SUM="e834a6eae86b46523572c6662aefdb5e" +DOWNLOAD="https://github.com/liris/websocket-client/archive/v1.4.2/websocket-client-1.4.2.tar.gz" +MD5SUM="ef3c8eacf8a17bcb7193353c9ecaf974" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |