summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fce014e3da67..3bfbb9a965dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pyright
pkgdesc = Type checker for the Python language
- pkgver = 1.0.34
+ pkgver = 1.0.35
pkgrel = 1
url = https://github.com/Microsoft/pyright
arch = any
license = MIT
makedepends = npm
depends = nodejs
- source = https://github.com/Microsoft/pyright/archive/1.0.34.tar.gz
- sha256sums = 2a55bcd3b26c3869c2ec2100fc8012dfa5004b102459c3fa8ecfba47eb626326
+ source = https://github.com/Microsoft/pyright/archive/1.0.35.tar.gz
+ sha256sums = f0ecec677daf08f6d4c1cf1f33ee3d5a183198629b02a1b455fcce4c7a2e6ed9
pkgname = pyright
diff --git a/PKGBUILD b/PKGBUILD
index a3f67bc6a897..b60aa8c14d24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=pyright
-pkgver=1.0.34
+pkgver=1.0.35
pkgrel=1
pkgdesc="Type checker for the Python language"
arch=('any')
@@ -13,7 +13,7 @@ source=(
"https://github.com/Microsoft/pyright/archive/${pkgver}.tar.gz"
)
sha256sums=(
- '2a55bcd3b26c3869c2ec2100fc8012dfa5004b102459c3fa8ecfba47eb626326'
+ 'f0ecec677daf08f6d4c1cf1f33ee3d5a183198629b02a1b455fcce4c7a2e6ed9'
)
prepare() {