summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2019-04-02 14:41:28 +0800
committerKaizhao Zhang2019-04-02 14:41:28 +0800
commit7cea17b5b27f364830c75c64f340b28cbbfc9959 (patch)
tree14447f4387918c19cf564fe91634dd4387ec821c
parenta4e64f5b35c70660efbf417226b0b244f72804c6 (diff)
downloadaur-7cea17b5b27f364830c75c64f340b28cbbfc9959.tar.gz
Update version to 1.0.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0fe11a14af8..aeb53115faed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pyright
pkgdesc = Type checker for the Python language
- pkgver = 1.0.7
+ pkgver = 1.0.8
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.7.tar.gz
- sha256sums = 95ac58126b1663c787ce3e717ec6c4a5e0e997863a7197d6f35c6dd43674769f
+ source = https://github.com/Microsoft/pyright/archive/1.0.8.tar.gz
+ sha256sums = 2862ec7487a79d9a000a393517974b803f5138b71a6b74f22a59548f2c959735
pkgname = pyright
diff --git a/PKGBUILD b/PKGBUILD
index a895432d9075..d0282da447c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=pyright
-pkgver=1.0.7
+pkgver=1.0.8
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=(
- '95ac58126b1663c787ce3e717ec6c4a5e0e997863a7197d6f35c6dd43674769f'
+ '2862ec7487a79d9a000a393517974b803f5138b71a6b74f22a59548f2c959735'
)
prepare() {