From fbf3d6947e81824edb210dca6e370150f2b09875 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Thu, 31 Aug 2023 06:12:54 -0600 Subject: python/python3-websocket-client: Updated for version 1.6.2. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python3-websocket-client/python3-websocket-client.SlackBuild | 5 ++++- python/python3-websocket-client/python3-websocket-client.info | 6 +++--- 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 aab03acb92661..98f8b7b3f62d5 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 5cf9227c2fb4a..90a3c16144588 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="" -- cgit v1.2.3