From 7c0e3a26a1402a3a1d38f76acdecc97a410b4faf Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 11 May 2024 20:26:04 -0400 Subject: [PATCH] pyright: update to 1.1.362. --- srcpkgs/pyright/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pyright/template b/srcpkgs/pyright/template index cc1eb347b29..da4e72aead0 100644 --- a/srcpkgs/pyright/template +++ b/srcpkgs/pyright/template @@ -1,6 +1,6 @@ # Template file for 'pyright' pkgname=pyright -version=1.1.359 +version=1.1.362 revision=1 build_wrksrc="packages/pyright" hostmakedepends="nodejs python3" @@ -11,7 +11,7 @@ license="MIT" homepage="https://microsoft.github.io/pyright" changelog="https://github.com/microsoft/pyright/releases" distfiles="https://github.com/microsoft/pyright/archive/refs/tags/${version}.tar.gz" -checksum=d30ec8afa9166232b8aaf41817296353fd448e0aa1b918d91eeea6cfcc817f0f +checksum=5d186a4df2478c1a6e932b3ef2137752225d3301c8e25d3f3ae0976e5da57724 case "$XBPS_TARGET_MACHINE" in i686*) broken="lerna doesn't support i686" ;;