pyright: update to 1.1.311.

This commit is contained in:
classabbyamp 2023-06-04 20:55:32 -04:00
parent cdda9af5e6
commit 69e3e0960b
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,6 +1,6 @@
# Template file for 'pyright' # Template file for 'pyright'
pkgname=pyright pkgname=pyright
version=1.1.309 version=1.1.311
revision=1 revision=1
build_wrksrc="packages/pyright" build_wrksrc="packages/pyright"
hostmakedepends="nodejs python3" hostmakedepends="nodejs python3"
@ -11,7 +11,7 @@ license="MIT"
homepage="https://microsoft.github.io/pyright" homepage="https://microsoft.github.io/pyright"
changelog="https://github.com/microsoft/pyright/releases" changelog="https://github.com/microsoft/pyright/releases"
distfiles="https://github.com/microsoft/pyright/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/microsoft/pyright/archive/refs/tags/${version}.tar.gz"
checksum=6af39e64928459992a4789bb3994b0a8144617fd32221c201c6157f3ccb76613 checksum=33c2aa5d47d05d24fa741c068d7e87cdc17aa4d7c72b2e255dc38aa4b5c54752
do_configure() { do_configure() {
cd "$wrksrc" cd "$wrksrc"