summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2020-05-31 02:19:22 +0800
committerKaizhao Zhang2020-05-31 02:19:22 +0800
commit34c76be82466f66f9e2ba906d6c56183d6b73334 (patch)
tree044caa1a317bcb7f17ca8ed333e77befcce20172
parentb56ef7e85316c18322dee06b16e0db915cdd47cd (diff)
downloadaur-34c76be82466f66f9e2ba906d6c56183d6b73334.tar.gz
Updated to version 1.1.40
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b549088e9a69..ca5538ff66d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pyright
pkgdesc = Type checker for the Python language
- pkgver = 1.1.39
+ pkgver = 1.1.40
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.39.tar.gz
- sha256sums = 9ddb4d3bfd0aceba7320077a87b0bf8e33224d7078f7be0145e8712e71f88985
+ source = https://github.com/microsoft/pyright/archive/1.1.40.tar.gz
+ sha256sums = 1ba89b67fbbc1b390f419ef7990acb67b04fa0fab67a1f5945f47cc10aa06d7f
pkgname = pyright
diff --git a/PKGBUILD b/PKGBUILD
index bb45417b4131..e99e3176d486 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=pyright
-pkgver=1.1.39
+pkgver=1.1.40
pkgrel=1
pkgdesc="Type checker for the Python language"
arch=('any')
@@ -13,7 +13,7 @@ source=(
"${url}/archive/${pkgver}.tar.gz"
)
sha256sums=(
- '9ddb4d3bfd0aceba7320077a87b0bf8e33224d7078f7be0145e8712e71f88985'
+ '1ba89b67fbbc1b390f419ef7990acb67b04fa0fab67a1f5945f47cc10aa06d7f'
)
prepare() {