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 ebb3d9557f80..38b3dad255b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pyright
pkgdesc = Type checker for the Python language
- pkgver = 1.0.48
+ pkgver = 1.0.49
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.48.tar.gz
- sha256sums = 18be7f23b165ee1c88e3a4eee0992e350b7a6606d70136d6700c47317d15942b
+ source = https://github.com/microsoft/pyright/archive/1.0.49.tar.gz
+ sha256sums = 6edb77207bf3e55282aea26647abd41843eade8d7c87501a2b10b2cfd6b09e14
pkgname = pyright
diff --git a/PKGBUILD b/PKGBUILD
index ade8231588fe..8b3699bb16c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=pyright
-pkgver=1.0.48
+pkgver=1.0.49
pkgrel=1
pkgdesc="Type checker for the Python language"
arch=('any')
@@ -13,7 +13,7 @@ source=(
"${url}/archive/${pkgver}.tar.gz"
)
sha256sums=(
- '18be7f23b165ee1c88e3a4eee0992e350b7a6606d70136d6700c47317d15942b'
+ '6edb77207bf3e55282aea26647abd41843eade8d7c87501a2b10b2cfd6b09e14'
)
prepare() {