From 96e4f40c92250a7294ed0432d3e95642df07c6de Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 9 Nov 2023 15:32:11 -0500 Subject: [PATCH] pyright: update to 1.1.335. --- srcpkgs/pyright/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pyright/template b/srcpkgs/pyright/template index 9f6336db895..4c2a482fa67 100644 --- a/srcpkgs/pyright/template +++ b/srcpkgs/pyright/template @@ -1,6 +1,6 @@ # Template file for 'pyright' pkgname=pyright -version=1.1.331 +version=1.1.335 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=3dbb9e1d3cf7e0405ed25388a627b3c1b776a50fd35a21a0d4e4a3a715c41f93 +checksum=784684f14e47007896d6ab844f17477523908a298aa1824487b4f3a5d19281fb case "$XBPS_TARGET_MACHINE" in i686*) broken="lerna doesn't support i686" ;;