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 f2b7fe8479e6..cf025c9844ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pyright
pkgdesc = Type checker for the Python language
- pkgver = 1.0.59
+ pkgver = 1.0.61
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.59.tar.gz
- sha256sums = 16555161abfef57789371d89ef46199c54062e4e507fbd205a4edb6ac5c910da
+ source = https://github.com/microsoft/pyright/archive/1.0.61.tar.gz
+ sha256sums = 27e1f0e2dfa3da64250b4cb78c793ad18305de4b43ea2fbde252bda11152ab69
pkgname = pyright
diff --git a/PKGBUILD b/PKGBUILD
index 708854a905f1..50d44e3b9f96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=pyright
-pkgver=1.0.59
+pkgver=1.0.61
pkgrel=1
pkgdesc="Type checker for the Python language"
arch=('any')
@@ -13,7 +13,7 @@ source=(
"${url}/archive/${pkgver}.tar.gz"
)
sha256sums=(
- '16555161abfef57789371d89ef46199c54062e4e507fbd205a4edb6ac5c910da'
+ '27e1f0e2dfa3da64250b4cb78c793ad18305de4b43ea2fbde252bda11152ab69'
)
prepare() {