From 0bbd62cae6958e62269631b2d5fbb7ba18110558 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 25 Oct 2024 06:32:49 -0400 Subject: [PATCH] pyright: update to 1.1.386. --- srcpkgs/pyright/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pyright/template b/srcpkgs/pyright/template index 7b26d07aa49..3ee6222def0 100644 --- a/srcpkgs/pyright/template +++ b/srcpkgs/pyright/template @@ -1,6 +1,6 @@ # Template file for 'pyright' pkgname=pyright -version=1.1.385 +version=1.1.386 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=0be2cf3b2ebbadde203a2e7e1f3e23017aa58bb43bfd1e45a08afbd1dea49c2e +checksum=e414b9dca7a32d71cb301437f47391b362ab2e2a80f4bc01772f8412a0b216d1 case "$XBPS_TARGET_MACHINE" in i686*) broken="lerna doesn't support i686" ;;