From b3d268eddd3aa7e6086611740e63005a0d7e9434 Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 30 Apr 2025 12:35:51 +0530 Subject: [PATCH] rust-analyzer: update to 2025.05.05. --- 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 3410bbbd523..cf9f6fdc9a3 100644 --- a/srcpkgs/rust-analyzer/template +++ b/srcpkgs/rust-analyzer/template @@ -1,6 +1,6 @@ # Template file for 'rust-analyzer' pkgname=rust-analyzer -version=2025.04.14 +version=2025.05.05 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=a574875178eaa94babbea1b04aefacfcd320a6bfaacb36e07fd44f19edf2a099 +checksum=7802596509dfe4a4e962f50b1aa92d26e83433b85cb47e79b319aeb54b74f287 # tests require Rust source code make_check=no