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 8a9113565fbb..8ea0cb92be08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pyright
pkgdesc = Type checker for the Python language
- pkgver = 1.0.31
+ pkgver = 1.0.32
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.31.tar.gz
- sha256sums = 61cc244fa7d2137b97c65ac2623af57d019f08996bbf55c96b76b66a8e4d1a94
+ source = https://github.com/Microsoft/pyright/archive/1.0.32.tar.gz
+ sha256sums = bffeb338e87d31181f0a2c7f007d531d71e77333c574811949fc61158c4710a9
pkgname = pyright
diff --git a/PKGBUILD b/PKGBUILD
index ec4fc52e29d7..f0813c032ee1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=pyright
-pkgver=1.0.31
+pkgver=1.0.32
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=(
- '61cc244fa7d2137b97c65ac2623af57d019f08996bbf55c96b76b66a8e4d1a94'
+ 'bffeb338e87d31181f0a2c7f007d531d71e77333c574811949fc61158c4710a9'
)
prepare() {