From 61e6f0caf960aaf4ddae6b555713fd33baff42f3 Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 28 May 2024 11:33:47 +0530 Subject: [PATCH] rust-analyzer: update to 2024.05.27. --- 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 959d0a027773f0..a86723ead7b7e0 100644 --- a/srcpkgs/rust-analyzer/template +++ b/srcpkgs/rust-analyzer/template @@ -1,6 +1,6 @@ # Template file for 'rust-analyzer' pkgname=rust-analyzer -version=2024.05.13 +version=2024.05.27 revision=1 _ver=${version//./-} build_style=cargo @@ -10,7 +10,7 @@ maintainer="icp " license="Apache-2.0, MIT" homepage="https://rust-analyzer.github.io/" distfiles="https://github.com/rust-lang/rust-analyzer/archive/refs/tags/${_ver}.tar.gz" -checksum=1a02f0d55701ef270a091f800d45ab51ee0ed6e8e75f901f1d0959b2990625af +checksum=bd1a3404c3229cbbeac0ca434ef6c45c85db83219fe2797a3cf0cc4071bdb524 # tests require Rust source code make_check=no