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 cb2f12d10818..380d40539c57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pyright
pkgdesc = Type checker for the Python language
- pkgver = 1.0.17
+ pkgver = 1.0.18
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.17.tar.gz
- sha256sums = b8ecbf5e8f320bb10f2c842ae574f24484363e77b86877b8136ec1999a2b1fe1
+ source = https://github.com/Microsoft/pyright/archive/1.0.18.tar.gz
+ sha256sums = 2753d617066cbd751ac503607834614e95638081d56ca55279f6cbe17ccba45d
pkgname = pyright
diff --git a/PKGBUILD b/PKGBUILD
index 8b8f85823310..4e954fb59396 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=pyright
-pkgver=1.0.17
+pkgver=1.0.18
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=(
- 'b8ecbf5e8f320bb10f2c842ae574f24484363e77b86877b8136ec1999a2b1fe1'
+ '2753d617066cbd751ac503607834614e95638081d56ca55279f6cbe17ccba45d'
)
prepare() {