From f1853cb92beeb02bb6f33c3bb53220a9aa996b1e Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 10 Feb 2024 04:27:20 -0500 Subject: [PATCH] pyright: update to 1.1.350. --- srcpkgs/pyright/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pyright/template b/srcpkgs/pyright/template index 108a4af154f..1d6061cb744 100644 --- a/srcpkgs/pyright/template +++ b/srcpkgs/pyright/template @@ -1,6 +1,6 @@ # Template file for 'pyright' pkgname=pyright -version=1.1.349 +version=1.1.350 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=b66cb1c4d2e42cd31b78713b14e8fce285a30a98f7d8f34874123befda24602b +checksum=3eeae7e581393ef971ffc6732d7b3142cc227196a411eefc87efde6fe7366c36 case "$XBPS_TARGET_MACHINE" in i686*) broken="lerna doesn't support i686" ;;