summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2020-01-04 01:00:07 +0800
committerKaizhao Zhang2020-01-04 01:00:07 +0800
commitca0149e931930f24e91f179e98d7bb26b4152a4c (patch)
treeaf65078600894a6bdccce2b92f3a152bbbbc5162
parent4439edc61939739f9c5fa25557625d3bcd19cb36 (diff)
downloadaur-ca0149e931930f24e91f179e98d7bb26b4152a4c.tar.gz
Updated to version 1.1.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ea4bd4369be..7c2277107dcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pyright
pkgdesc = Type checker for the Python language
- pkgver = 1.1.16
+ pkgver = 1.1.17
pkgrel = 1
url = https://github.com/microsoft/pyright
arch = any
license = MIT
makedepends = npm
depends = nodejs
- source = https://github.com/microsoft/pyright/archive/1.1.16.tar.gz
- sha256sums = e16613c1caec070dd80f7d893fcf49c0507842aa55b3c697b9b7b216474aaed5
+ source = https://github.com/microsoft/pyright/archive/1.1.17.tar.gz
+ sha256sums = 7b24bc964bdb5f450fa70d7f4c9fb87904a03c41b4e69b54b7670d0c3a9d08ba
pkgname = pyright
diff --git a/PKGBUILD b/PKGBUILD
index 6a89b9f0b98e..8a4168ea683d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=pyright
-pkgver=1.1.16
+pkgver=1.1.17
pkgrel=1
pkgdesc="Type checker for the Python language"
arch=('any')
@@ -13,7 +13,7 @@ source=(
"${url}/archive/${pkgver}.tar.gz"
)
sha256sums=(
- 'e16613c1caec070dd80f7d893fcf49c0507842aa55b3c697b9b7b216474aaed5'
+ '7b24bc964bdb5f450fa70d7f4c9fb87904a03c41b4e69b54b7670d0c3a9d08ba'
)
prepare() {