From 5660bdfa80f3625183978af9de10f8a6d691091b Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 11 Aug 2023 13:03:35 -0400 Subject: [PATCH] pyright: update to 1.1.322. --- srcpkgs/pyright/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pyright/template b/srcpkgs/pyright/template index 4021eff13c6..f1d30885607 100644 --- a/srcpkgs/pyright/template +++ b/srcpkgs/pyright/template @@ -1,6 +1,6 @@ # Template file for 'pyright' pkgname=pyright -version=1.1.321 +version=1.1.322 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=1bc94199b6c16132a178d9ac6b9b977db05325af93c855db7a4bb1f4d88c7a57 +checksum=27e5b8430876a1ddef6c16e69d238abc2734c947f6e213c6fabd87fe3cc82ab9 case "$XBPS_TARGET_MACHINE" in i686*) broken="lerna doesn't support i686" ;;