From db663b415788dceb70af985e8da08d3f7bdf5de2 Mon Sep 17 00:00:00 2001 From: Gabriel Sanches Date: Thu, 22 Oct 2020 13:39:53 -0300 Subject: [PATCH] rust-analyzer: update to 2020.10.19. --- srcpkgs/rust-analyzer/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template index 1361ce39766..60a4cc2ff6f 100644 --- a/srcpkgs/rust-analyzer/template +++ b/srcpkgs/rust-analyzer/template @@ -1,6 +1,6 @@ # Template file for 'rust-analyzer' pkgname=rust-analyzer -version=2020.09.14 +version=2020.10.19 revision=1 _ver=${version//./-} wrksrc="${pkgname}-${_ver}" @@ -11,7 +11,9 @@ maintainer="Gabriel Sanches " license="Apache-2.0, MIT" homepage="https://rust-analyzer.github.io/" distfiles="https://github.com/${pkgname}/${pkgname}/archive/${_ver}.tar.gz" -checksum=162c0acac4c025e287deab7974340bf6147343495697ac72101cb8d56caab01e +checksum=37854f22e4cd6a0a0c10954a87097b961de500ee96065fbf5662b90b1319977c + +export RUST_ANALYZER_REV=${_ver} post_install() { vlicense LICENSE-APACHE