From f1f0d9d9434bddc6764fa7739b341bfb87f079e5 Mon Sep 17 00:00:00 2001 From: Artur Sinila Date: Sun, 25 Apr 2021 14:48:42 +0300 Subject: [PATCH] rust-analyzer: update to 2021.06.28 --- 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 e1c24bfe6959..2d30c99dd31a 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.03.08 +version=2021.06.28 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=75d810a4b3fd08d8d0948186f077b754ab9a2a02af3d3c6947e0baa58576e43d +checksum=a281bab5e119134fc563b37acc9a70bc14b611cff4ae0574650d5802b2716ccf export RUST_ANALYZER_REV=${_ver}