From 25ea3caab6935c42f53d4d6e98340d19ff580f96 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 27 Jul 2023 21:21:08 -0400 Subject: [PATCH] pyright: update to 1.1.319. --- srcpkgs/pyright/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pyright/template b/srcpkgs/pyright/template index c8b35ae68e6..e280f0e1486 100644 --- a/srcpkgs/pyright/template +++ b/srcpkgs/pyright/template @@ -1,6 +1,6 @@ # Template file for 'pyright' pkgname=pyright -version=1.1.318 +version=1.1.319 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=749f5b8accd3cadca942e99dfdd2cc981f160486485866e77b612940990aad38 +checksum=55e00b1178e74b7c3bba9c89dec0e978e2b25b76a89de1196b22eb9299e4a5c2 do_configure() { cd "$wrksrc"