From 80fa693f13985557d7a265b3379cda75ff3b3ce5 Mon Sep 17 00:00:00 2001 From: foo Date: Sat, 4 Sep 2021 19:34:05 +0100 Subject: [PATCH] rust-analyzer: update to 2021.08.30. --- 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 de130317e808..b41a84aab5ea 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.07.05 +version=2021.08.30 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=0d854f2f6b3f1dbebfb1c9f121dc8914aca847aad055589c0d87a38229a66679 +checksum=a5c791cd660b46e8fc20c1b268cb25c33658fcd593d81b278c34c97efccddbde # tests require Rust source code make_check=no