From 888847af114df8af10aac4d824c592211b8e0188 Mon Sep 17 00:00:00 2001 From: Gabriel Sanches Date: Wed, 10 Feb 2021 13:02:02 -0300 Subject: [PATCH] rust-analyzer: update to 2021.02.08. --- srcpkgs/rust-analyzer/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template index 716c1040d22df1..ff19c777d36da6 100644 --- a/srcpkgs/rust-analyzer/template +++ b/srcpkgs/rust-analyzer/template @@ -1,6 +1,6 @@ # Template file for 'rust-analyzer' pkgname=rust-analyzer -version=2021.02.01 +version=2021.02.08 revision=1 _ver=${version//./-} wrksrc="${pkgname}-${_ver}" @@ -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=8e977cff0d64bed30c5f1f7945889e3fa76e6e55bfed882d1b4a5d2ffd9efc2c +checksum=f69633a368ecadba107ac38e041de29e37c1237ba742fe4a58c05dca69143cf5 export RUST_ANALYZER_REV=${_ver}