From 67f105e6aa9805abdf9cfc76d2d8a48519cfb528 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 9 Feb 2025 12:42:31 -0500 Subject: [PATCH] pyright: update to 1.1.393. --- srcpkgs/pyright/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pyright/template b/srcpkgs/pyright/template index 715ed93ab41..871894d4cc2 100644 --- a/srcpkgs/pyright/template +++ b/srcpkgs/pyright/template @@ -1,6 +1,6 @@ # Template file for 'pyright' pkgname=pyright -version=1.1.389 +version=1.1.393 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=d34dd0f0a8b394ac4d8aaa6527ab5f6b1bef71f91613e3f4e160b23bb2075083 +checksum=94928d6eba49d60f9f91d44b14070588c5d62b14069a13790bf1944e54508188 case "$XBPS_TARGET_MACHINE" in i686*) broken="lerna doesn't support i686" ;;