From 61ff4da2799ccd67cb52b9af70278687538c2e3e Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 1 Jul 2023 09:41:14 -0400 Subject: [PATCH] pyright: update to 1.1.316. --- srcpkgs/pyright/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pyright/template b/srcpkgs/pyright/template index f8bb5adf669..fb6f95c5cef 100644 --- a/srcpkgs/pyright/template +++ b/srcpkgs/pyright/template @@ -1,6 +1,6 @@ # Template file for 'pyright' pkgname=pyright -version=1.1.315 +version=1.1.316 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=6c3d404815527b8143b9eab0e3978b3126a95d9e8502177ebb4f1b23a437896e +checksum=9601cc32ece6dc6db312c4b947f4c85908a4de75890ffa6519421728d0ee4119 do_configure() { cd "$wrksrc"