summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2019-05-17 12:33:55 +0800
committerKaizhao Zhang2019-05-17 12:33:55 +0800
commita89314ed639204d91ac814aa22cb2278af94b3be (patch)
tree5d307b300d4bf8ca005860f49dfe8bd006eee2d6
parent65b709deecf10b7032c672cfd5a59a86fd706c6f (diff)
downloadaur-a89314ed639204d91ac814aa22cb2278af94b3be.tar.gz
Updated to version 1.0.28
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 385264528bd3..0d8a0ff71ca1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pyright
pkgdesc = Type checker for the Python language
- pkgver = 1.0.27
+ pkgver = 1.0.28
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.27.tar.gz
- sha256sums = 12d2028e143356d0857e0b1af10c4cb96863572ef15a0171ff84ae8e419f3622
+ source = https://github.com/Microsoft/pyright/archive/1.0.28.tar.gz
+ sha256sums = 6c93e29848f7fcce18879a3b44178bdbb2e941170f750b0e376f70472012f583
pkgname = pyright
diff --git a/PKGBUILD b/PKGBUILD
index 33eab490b57d..5c142d7985e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=pyright
-pkgver=1.0.27
+pkgver=1.0.28
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=(
- '12d2028e143356d0857e0b1af10c4cb96863572ef15a0171ff84ae8e419f3622'
+ '6c93e29848f7fcce18879a3b44178bdbb2e941170f750b0e376f70472012f583'
)
prepare() {