From 5cf56e545eb696b9d1713c869eda98a2c7a9d322 Mon Sep 17 00:00:00 2001 From: Gabriel Sanches Date: Mon, 20 Jun 2022 19:19:10 -0300 Subject: [PATCH] rust-analyzer: update to 2022.06.20. --- 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 f59223bc5740..d6babaaf3b56 100644 --- a/srcpkgs/rust-analyzer/template +++ b/srcpkgs/rust-analyzer/template @@ -1,6 +1,6 @@ # Template file for 'rust-analyzer' pkgname=rust-analyzer -version=2022.06.13 +version=2022.06.20 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/rust-lang/rust-analyzer/archive/${_ver}.tar.gz" -checksum=7cc67e054330a63d3c8ca7c2cd8d0a8067f5ab0a45f5297df64bec1ce91ab072 +checksum=195f0f19ef0254e030f5806021f19dbb099a340bcb7874287583f0b534d71078 # tests require Rust source code make_check=no