rust-analyzer: update to 2023.03.27.

This commit is contained in:
icp 2022-11-08 12:49:19 +05:30 committed by Michal Vasilek
parent c93abafeb0
commit 54ab9d8f8c

View file

@ -1,16 +1,16 @@
# Template file for 'rust-analyzer' # Template file for 'rust-analyzer'
pkgname=rust-analyzer pkgname=rust-analyzer
version=2022.10.24 version=2023.03.27
revision=1 revision=1
_ver=${version//./-} _ver=${version//./-}
build_style=cargo build_style=cargo
make_install_args="--path=crates/${pkgname}" make_install_args="--path=crates/rust-analyzer"
short_desc="Rust compiler front-end for IDEs" short_desc="Rust compiler front-end for IDEs"
maintainer="Gabriel Sanches <gabriel@gsr.dev>" maintainer="Gabriel Sanches <gabriel@gsr.dev>"
license="Apache-2.0, MIT" license="Apache-2.0, MIT"
homepage="https://rust-analyzer.github.io/" homepage="https://rust-analyzer.github.io/"
distfiles="https://github.com/rust-lang/rust-analyzer/archive/${_ver}.tar.gz" distfiles="https://github.com/rust-lang/rust-analyzer/archive/refs/tags/${_ver}.tar.gz"
checksum=a839dfdc399246249300686e457c2afe3ce51f421dcfcf009e7c6ab4084cebe6 checksum=83bab71cc17bde8c286f580d9b9eee091227b77c2d5e73c3a04c8fdc15f2da30
# tests require Rust source code # tests require Rust source code
make_check=no make_check=no