summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2023-08-31 06:12:54 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-02 18:02:36 +0700
commitfbf3d6947e81824edb210dca6e370150f2b09875 (patch)
tree6d7e0e316d91f830bf7f1e62f826b8efc2405d11
parent244caeca28e0f09a3f18e9e7c9c9675e05e8b084 (diff)
downloadslackbuilds-fbf3d6947e81824edb210dca6e370150f2b09875.tar.gz
slackbuilds-fbf3d6947e81824edb210dca6e370150f2b09875.tar.xz
python/python3-websocket-client: Updated for version 1.6.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-websocket-client/python3-websocket-client.SlackBuild5
-rw-r--r--python/python3-websocket-client/python3-websocket-client.info6
2 files changed, 7 insertions, 4 deletions
diff --git a/python/python3-websocket-client/python3-websocket-client.SlackBuild b/python/python3-websocket-client/python3-websocket-client.SlackBuild
index aab03acb92..98f8b7b3f6 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.5.1}
+VERSION=${VERSION:-1.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -57,6 +57,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
+elif [ "$ARCH" = "aarch64" ]; then
+ SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
diff --git a/python/python3-websocket-client/python3-websocket-client.info b/python/python3-websocket-client/python3-websocket-client.info
index 5cf9227c2f..90a3c16144 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.5.1"
+VERSION="1.6.2"
HOMEPAGE="https://github.com/liris/websocket-client"
-DOWNLOAD="https://github.com/liris/websocket-client/archive/v1.5.1/websocket-client-1.5.1.tar.gz"
-MD5SUM="ecec6974b50e1f5ac118059aac142273"
+DOWNLOAD="https://github.com/liris/websocket-client/archive/v1.6.2/websocket-client-1.6.2.tar.gz"
+MD5SUM="ff5cf6a1ef4cb4e188aee6378c32f845"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""