From 8b66875fb708e60cebe6a2f97cf69c2fd00e6aef Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 14 Mar 2024 03:14:31 -0400 Subject: [PATCH] pyright: update to 1.1.354. --- srcpkgs/pyright/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pyright/template b/srcpkgs/pyright/template index 5f660003f21..f8b76fc419c 100644 --- a/srcpkgs/pyright/template +++ b/srcpkgs/pyright/template @@ -1,6 +1,6 @@ # Template file for 'pyright' pkgname=pyright -version=1.1.353 +version=1.1.354 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=c66cea2d5809553d79d3814e0c44565b5a698f86dd55194be548b6bd6c956fc6 +checksum=42453c4e09a1cdadd942d0b81d23fb9b60456fb780904bee94a13cabf02207f6 case "$XBPS_TARGET_MACHINE" in i686*) broken="lerna doesn't support i686" ;;