From 07566e38f2d5d1085c0c7b32719434a2bc7131aa Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 15 May 2023 16:18:08 -0400 Subject: [PATCH] pyright: update to 1.1.308. --- srcpkgs/pyright/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pyright/template b/srcpkgs/pyright/template index b2f91256799..34d9d11dda5 100644 --- a/srcpkgs/pyright/template +++ b/srcpkgs/pyright/template @@ -1,6 +1,6 @@ # Template file for 'pyright' pkgname=pyright -version=1.1.307 +version=1.1.308 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=434343c13bd470078c0184d7ac6383b5c0e43fabf79efaaef8e501d2a39933e3 +checksum=1bd080770fd4f6c9e4ec2e3b488b30e91ba57ec5e23dddc630f5cb2df66e6253 do_configure() { cd "$wrksrc"