From 79e7b5e0c25a361d8b239cdafc230292f888a61a Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 17 May 2023 00:23:43 -0400 Subject: [PATCH] pyright: update to 1.1.309. --- srcpkgs/pyright/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pyright/template b/srcpkgs/pyright/template index 34d9d11dda5..42e65a68399 100644 --- a/srcpkgs/pyright/template +++ b/srcpkgs/pyright/template @@ -1,6 +1,6 @@ # Template file for 'pyright' pkgname=pyright -version=1.1.308 +version=1.1.309 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=1bd080770fd4f6c9e4ec2e3b488b30e91ba57ec5e23dddc630f5cb2df66e6253 +checksum=6af39e64928459992a4789bb3994b0a8144617fd32221c201c6157f3ccb76613 do_configure() { cd "$wrksrc"