From e012b6dae8c5e28b9bd61be5ee74b2102698c3fa 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.31. 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..075a92672ca87 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.31 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=56d33a953ad7e55f769851a5fbb4354ce68baf1f059be7f47a8e74b4937049cd # tests require Rust source code make_check=no