From d0e0e648c2887ccd236df3c17611cfdfb0dab666 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 9 Oct 2024 19:22:26 -0400 Subject: [PATCH] pyright: update to 1.1.384. --- srcpkgs/pyright/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pyright/template b/srcpkgs/pyright/template index 99ebc89e9f4..a7a1d0d593e 100644 --- a/srcpkgs/pyright/template +++ b/srcpkgs/pyright/template @@ -1,6 +1,6 @@ # Template file for 'pyright' pkgname=pyright -version=1.1.382 +version=1.1.384 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=d13d7c467e8b1c2b45710d8c03a6d6a304b3ca373d5cfcf21c802d2f9bf90023 +checksum=338929e7d1c2cdc595fb4c8161825df6e3f27f205f14fbcb2a924e7e1aeb82ea case "$XBPS_TARGET_MACHINE" in i686*) broken="lerna doesn't support i686" ;;