From 9c996306423c617d1727381db662cd2b74f9d367 Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 26 Jul 2023 00:29:35 +0530 Subject: [PATCH] rust-analyzer: update to 2023.07.24. Adopt. --- srcpkgs/rust-analyzer/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template index c52c6982a5186..227a8214c3576 100644 --- a/srcpkgs/rust-analyzer/template +++ b/srcpkgs/rust-analyzer/template @@ -1,16 +1,16 @@ # Template file for 'rust-analyzer' pkgname=rust-analyzer -version=2023.07.17 +version=2023.07.24 revision=1 _ver=${version//./-} build_style=cargo make_install_args="--path=crates/rust-analyzer" short_desc="Rust compiler front-end for IDEs" -maintainer="Gabriel Sanches " +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=30bfcc27b00da057c3aa743d5480b5a9fb920b595d647c8e2145803abf7efa57 +checksum=d7d26b6728b6e0e59b65675ce6c581d317e407c6d4e224141d48c37f990fe8ba # tests require Rust source code make_check=no