From 39800f552134cb588a993e9a879b2c3b65da0e87 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 4 Apr 2023 09:07:01 -0400 Subject: [PATCH] python3-websockets: update to 11.0. --- srcpkgs/python3-websockets/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-websockets/template b/srcpkgs/python3-websockets/template index 7c107091766..f276b0648cf 100644 --- a/srcpkgs/python3-websockets/template +++ b/srcpkgs/python3-websockets/template @@ -1,6 +1,6 @@ # Template file for 'python3-websockets' pkgname=python3-websockets -version=10.4 +version=11.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -12,7 +12,7 @@ license="BSD-3-Clause" homepage="https://websockets.readthedocs.io/en/stable/" changelog="https://websockets.readthedocs.io/en/stable/project/changelog.html" distfiles="${PYPI_SITE}/w/websockets/websockets-${version}.tar.gz" -checksum=eef610b23933c54d5d921c92578ae5f89813438fded840c2e9809d378dc765d3 +checksum=19d638549c470f5fd3b67b52b2a08f2edba5a04e05323a706937e35f5f19d056 # Package ships no tests make_check=no