summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2019-11-19 21:40:30 +0800
committerKaizhao Zhang2019-11-19 21:40:30 +0800
commitd7ace1bc7b84ae6409ceefc948610f15ab98f20d (patch)
tree49c2dc0a50ca3c44fa580163f2fcad326bc6e5b3
parent8c5cfce9d432e56e5435acf53dcbaa922680cf24 (diff)
downloadaur-d7ace1bc7b84ae6409ceefc948610f15ab98f20d.tar.gz
Updated to version 1.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bed588a39e7a..465db053b47a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pyright
pkgdesc = Type checker for the Python language
- pkgver = 1.1.0
+ pkgver = 1.1.1
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.0.tar.gz
- sha256sums = b992a329ed406b53460c496306bd2304e5ddda4a9ca9bf4473bef158c872794d
+ source = https://github.com/microsoft/pyright/archive/1.1.1.tar.gz
+ sha256sums = c3a09524809ef0d4f5b605c714f8139623f23c6c42c12b6dd02eabe7641bf89d
pkgname = pyright
diff --git a/PKGBUILD b/PKGBUILD
index 1f78100235fc..9a7eb59a8a80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=pyright
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="Type checker for the Python language"
arch=('any')
@@ -13,7 +13,7 @@ source=(
"${url}/archive/${pkgver}.tar.gz"
)
sha256sums=(
- 'b992a329ed406b53460c496306bd2304e5ddda4a9ca9bf4473bef158c872794d'
+ 'c3a09524809ef0d4f5b605c714f8139623f23c6c42c12b6dd02eabe7641bf89d'
)
prepare() {