From 3238dbef4efe9237e8592734711a684e82e15b1d Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 8 Nov 2022 12:49:19 +0530 Subject: [PATCH] rust-analyzer: update to 2023.03.27. --- srcpkgs/rust-analyzer/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template index c469487237bf..43631c514a36 100644 --- a/srcpkgs/rust-analyzer/template +++ b/srcpkgs/rust-analyzer/template @@ -1,16 +1,16 @@ # Template file for 'rust-analyzer' pkgname=rust-analyzer -version=2022.10.24 +version=2023.03.27 revision=1 _ver=${version//./-} build_style=cargo -make_install_args="--path=crates/${pkgname}" +make_install_args="--path=crates/rust-analyzer" short_desc="Rust compiler front-end for IDEs" maintainer="Gabriel Sanches " license="Apache-2.0, MIT" homepage="https://rust-analyzer.github.io/" -distfiles="https://github.com/rust-lang/rust-analyzer/archive/${_ver}.tar.gz" -checksum=a839dfdc399246249300686e457c2afe3ce51f421dcfcf009e7c6ab4084cebe6 +distfiles="https://github.com/rust-lang/rust-analyzer/archive/refs/tags/${_ver}.tar.gz" +checksum=83bab71cc17bde8c286f580d9b9eee091227b77c2d5e73c3a04c8fdc15f2da30 # tests require Rust source code make_check=no