From 59f154bc7a200c7e6af4362a81e52255af16c6de Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 18 Jul 2024 04:58:32 -0400 Subject: [PATCH] pyright: update to 1.1.372. --- srcpkgs/pyright/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pyright/template b/srcpkgs/pyright/template index 286f459761d..cf55d60a410 100644 --- a/srcpkgs/pyright/template +++ b/srcpkgs/pyright/template @@ -1,6 +1,6 @@ # Template file for 'pyright' pkgname=pyright -version=1.1.371 +version=1.1.372 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=fd2ac4d3df1c7787168fc2dbc4142dd01b614b80f4dc699374ce47895057eb55 +checksum=12ff383b9073f09cf512c7ec7166c0d59e193b354417d9d0699f50670248174d case "$XBPS_TARGET_MACHINE" in i686*) broken="lerna doesn't support i686" ;;