From 9a0c5315aa5f5343f617f2fa20b1e8c79f4d5fce Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 25 Jun 2024 14:57:46 -0400 Subject: [PATCH] pyright: update to 1.1.369. --- srcpkgs/pyright/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pyright/template b/srcpkgs/pyright/template index 4beb2de790d..c93855770f9 100644 --- a/srcpkgs/pyright/template +++ b/srcpkgs/pyright/template @@ -1,6 +1,6 @@ # Template file for 'pyright' pkgname=pyright -version=1.1.367 +version=1.1.369 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=e46c5c0970b2db850bbcb72425bd7cab93e63b5a0623c54c365dd0d8df3872ca +checksum=0027f6c174b6cbcbe44e455cd99fca24b01bf71442126cd2bbc6c2d164a0add3 case "$XBPS_TARGET_MACHINE" in i686*) broken="lerna doesn't support i686" ;;