diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-12-16 07:19:36 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-22 08:00:19 +0700 |
commit | fcccef721fa9285f4753333bfd280249bdacd984 (patch) | |
tree | dc4f48bf8443150a86092cad20e7b206b7d2e0b5 /python/python3-websocket-client/python3-websocket-client.SlackBuild | |
parent | 54e7e0445562be0cd9e6cf32b2311bd2c0285a9c (diff) |
python/python3-websocket-client: Updated for version 1.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-websocket-client/python3-websocket-client.SlackBuild')
-rw-r--r-- | python/python3-websocket-client/python3-websocket-client.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-websocket-client/python3-websocket-client.SlackBuild b/python/python3-websocket-client/python3-websocket-client.SlackBuild index 9d1fe2da897ca..1bc458e9309bc 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.4} +VERSION=${VERSION:-1.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |