summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKaizhao Zhang2019-05-29 17:08:41 +0800
committerKaizhao Zhang2019-05-29 17:08:41 +0800
commit6da4062c0124a734c235c863dd84df97c4e4dfe7 (patch)
tree342943da13a893a9afc023e9277608394d0c23a6 /PKGBUILD
parentfabb6ce9d4ee12dd89603130fee95762cb5d6316 (diff)
downloadaur-6da4062c0124a734c235c863dd84df97c4e4dfe7.tar.gz
Updated to version 1.0.35
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3f67bc6a897..b60aa8c14d24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=pyright
-pkgver=1.0.34
+pkgver=1.0.35
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=(
- '2a55bcd3b26c3869c2ec2100fc8012dfa5004b102459c3fa8ecfba47eb626326'
+ 'f0ecec677daf08f6d4c1cf1f33ee3d5a183198629b02a1b455fcce4c7a2e6ed9'
)
prepare() {