diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2025-04-26 19:16:03 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-05-03 09:37:17 +0700 |
commit | 811633b93238fcd3f9177769e54e01969be030ef (patch) | |
tree | 90b4cdf4679e85a9601857ac7dc2de9db362b452 /python/python3-websockets/python3-websockets.SlackBuild | |
parent | 6f7556464312e8de05225615c2a49faf503dcc50 (diff) |
python/python3-websockets: Updated for version 15.0.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-websockets/python3-websockets.SlackBuild')
-rw-r--r-- | python/python3-websockets/python3-websockets.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-websockets/python3-websockets.SlackBuild b/python/python3-websockets/python3-websockets.SlackBuild index 2f78b2904e..11e59353e9 100644 --- a/python/python3-websockets/python3-websockets.SlackBuild +++ b/python/python3-websockets/python3-websockets.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-websockets -# Copyright 2022-2024 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2022-2025 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-websockets SRCNAM=websockets -VERSION=${VERSION:-13.0.1} +VERSION=${VERSION:-15.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |