From 692e627c8604ab245380dc31039758b16c5a33c8 Mon Sep 17 00:00:00 2001 From: Mohammed Anas Date: Sun, 1 Oct 2023 21:08:16 +0100 Subject: [PATCH] python3-websocket-client: update to 1.6.3. --- srcpkgs/python3-websocket-client/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template index 042507b1e931a..5150f4dd5142e 100644 --- a/srcpkgs/python3-websocket-client/template +++ b/srcpkgs/python3-websocket-client/template @@ -1,7 +1,7 @@ # Template file for 'python3-websocket-client' pkgname=python3-websocket-client -version=1.2.1 -revision=4 +version=1.6.3 +revision=1 build_style=python3-module make_check_target="websocket/tests" hostmakedepends="python3-setuptools" @@ -12,6 +12,6 @@ maintainer="Sergi Alvarez " license="Apache-2.0" homepage="https://github.com/websocket-client/websocket-client" changelog="https://raw.githubusercontent.com/websocket-client/websocket-client/master/ChangeLog" -distfiles="https://github.com/websocket-client/websocket-client/archive/refs/tags/v$version.tar.gz" -checksum=8e056ff93c85b1961234d1c36fda8c5277a03f1ba475d93afb8ec46d2a7976de +distfiles="https://github.com/websocket-client/websocket-client/archive/refs/tags/v${version}.tar.gz" +checksum=65e9e02843ef02b8f9503d6b284a3605d92c201170b5b234afcaf1c5a01c64e0 alternatives="websocket-client:wsdump:/usr/bin/wsdump.py"