pyright: update to 1.1.321.

This commit is contained in:
classabbyamp 2023-08-10 00:55:08 -04:00
parent 40022fdb1b
commit f9afa5dc59
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5

View File

@ -1,6 +1,6 @@
# Template file for 'pyright'
pkgname=pyright
version=1.1.319
version=1.1.321
revision=1
build_wrksrc="packages/pyright"
hostmakedepends="nodejs python3"
@ -11,7 +11,11 @@ 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=55e00b1178e74b7c3bba9c89dec0e978e2b25b76a89de1196b22eb9299e4a5c2
checksum=1bc94199b6c16132a178d9ac6b9b977db05325af93c855db7a4bb1f4d88c7a57
case "$XBPS_TARGET_MACHINE" in
i686*) broken="lerna doesn't support i686" ;;
esac
do_configure() {
cd "$wrksrc"