From af549453b9cf1e312555abd834ad10d9233fb377 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 28 Nov 2023 17:58:34 -0500 Subject: [PATCH] pyright: update to 1.1.337. --- srcpkgs/pyright/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pyright/template b/srcpkgs/pyright/template index 2bb007389cc..db58a1c48f7 100644 --- a/srcpkgs/pyright/template +++ b/srcpkgs/pyright/template @@ -1,6 +1,6 @@ # Template file for 'pyright' pkgname=pyright -version=1.1.336 +version=1.1.337 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=ce96ff73972f6857d7dc4653d585faed0ffb23b2d0663f2ed25d0d15347543eb +checksum=c6475981544a14d213ef2da4d43357ce9991c10465365267d4ac05742ea750d8 case "$XBPS_TARGET_MACHINE" in i686*) broken="lerna doesn't support i686" ;;