From 398d85cab5d3b8a70eff168100e0dc8bcec5d763 Mon Sep 17 00:00:00 2001 From: Gabriel Sanches Date: Mon, 8 Mar 2021 23:33:51 -0300 Subject: [PATCH] rust-analyzer: update to 2021.03.08. --- srcpkgs/rust-analyzer/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template index 50b594d7b82394..e1c24bfe695999 100644 --- a/srcpkgs/rust-analyzer/template +++ b/srcpkgs/rust-analyzer/template @@ -1,7 +1,7 @@ # Template file for 'rust-analyzer' pkgname=rust-analyzer -version=2021.03.01 -revision=2 +version=2021.03.08 +revision=1 _ver=${version//./-} wrksrc="${pkgname}-${_ver}" build_style=cargo @@ -11,7 +11,7 @@ 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=6893a1fc972297dddd48debf87a107b7dcf9f739e221e251e2ef86f469df365f +checksum=75d810a4b3fd08d8d0948186f077b754ab9a2a02af3d3c6947e0baa58576e43d export RUST_ANALYZER_REV=${_ver}