From 593d800839eb4e3645dc4b4153064d6f3b1fa698 Mon Sep 17 00:00:00 2001 From: Gabriel Sanches Date: Wed, 6 Jan 2021 15:11:50 -0300 Subject: [PATCH] rust-analyzer: update to 2021.01.11. --- 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 523c095911e..fae0d6f1f66 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.12.07 +version=2021.01.11 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=a2c13c5b7894384dfdedeaf7ee49afb2d5e1130f249e38fc012f5925db5ba442 +checksum=17840fcb065622098334c32762806a61120d720c3f9b2245784bf6234cae76ec export RUST_ANALYZER_REV=${_ver}