From 4d7591e6533d92e7480470abbc591517851a71aa Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 1 Nov 2024 01:53:07 -0400 Subject: [PATCH] pyright: update to 1.1.387. --- srcpkgs/pyright/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pyright/template b/srcpkgs/pyright/template index 3ee6222def0..83f69b9ae66 100644 --- a/srcpkgs/pyright/template +++ b/srcpkgs/pyright/template @@ -1,6 +1,6 @@ # Template file for 'pyright' pkgname=pyright -version=1.1.386 +version=1.1.387 revision=1 build_wrksrc="packages/pyright" hostmakedepends="nodejs python3-setuptools pkg-config" @@ -12,7 +12,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=e414b9dca7a32d71cb301437f47391b362ab2e2a80f4bc01772f8412a0b216d1 +checksum=724eaeee62010ea1968d1bba9baa82994e0bc11a415561d2f027cb2d3c06eef5 case "$XBPS_TARGET_MACHINE" in i686*) broken="lerna doesn't support i686" ;;