From f2e5602c24c1ab513f858f457ba2c956c5d0c472 Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 6 Aug 2024 13:20:04 +0530 Subject: [PATCH] rust-analyzer: update to 2024.08.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 9ad2a5d5680..95b93927a4a 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.07.29 +version=2024.08.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=2eb5f361ce88ff3dd6154396f4afeedb937932b18e2166c88f0fe51f532b3b8e +checksum=cf42237fc0e747710cf3801e54b9fdd5ae50daee928fa12236df0912e45c4839 # tests require Rust source code make_check=no