From dd3efeb56983725f6ac41f68fd1be7d5a73de9a5 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 9 Jun 2023 15:23:06 -0400 Subject: [PATCH] pyright: update to 1.1.313. --- srcpkgs/pyright/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pyright/template b/srcpkgs/pyright/template index 1ccc8edff5c..28b0db32be3 100644 --- a/srcpkgs/pyright/template +++ b/srcpkgs/pyright/template @@ -1,6 +1,6 @@ # Template file for 'pyright' pkgname=pyright -version=1.1.311 +version=1.1.313 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=33c2aa5d47d05d24fa741c068d7e87cdc17aa4d7c72b2e255dc38aa4b5c54752 +checksum=3bdd9dbd026fb2dc580178753bcea113907797caa0971561aa3b8e00fe30112a do_configure() { cd "$wrksrc"