summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2019-10-22 23:18:07 +0800
committerKaizhao Zhang2019-10-22 23:18:07 +0800
commitb867ed06c21f3f74dd135ccf1d7b7c3b48c96dbf (patch)
treee19762271115da7a49e1349662ebc46a0120834f
parent592e96424a4faf16fc5f94d9cb58373a41094b9e (diff)
downloadaur-b867ed06c21f3f74dd135ccf1d7b7c3b48c96dbf.tar.gz
Updated to version 1.0.79
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f47c58365ef6..2ba34040a6bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pyright
pkgdesc = Type checker for the Python language
- pkgver = 1.0.77
+ pkgver = 1.0.79
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.77.tar.gz
- sha256sums = 7409f6e66a0ab4e13914c831dfe61af694548cc3a8065c70a193dba66b64bd55
+ source = https://github.com/microsoft/pyright/archive/1.0.79.tar.gz
+ sha256sums = b74c927e77ab3f3ed569e44c2094fa9ff99434347269b0f8838c4e3a58831b80
pkgname = pyright
diff --git a/PKGBUILD b/PKGBUILD
index b47acdeaad19..6b53608c87a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=pyright
-pkgver=1.0.77
+pkgver=1.0.79
pkgrel=1
pkgdesc="Type checker for the Python language"
arch=('any')
@@ -13,7 +13,7 @@ source=(
"${url}/archive/${pkgver}.tar.gz"
)
sha256sums=(
- '7409f6e66a0ab4e13914c831dfe61af694548cc3a8065c70a193dba66b64bd55'
+ 'b74c927e77ab3f3ed569e44c2094fa9ff99434347269b0f8838c4e3a58831b80'
)
prepare() {