mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
rust-analyzer: update to 2023.03.27.
This commit is contained in:
parent
c93abafeb0
commit
54ab9d8f8c
1 changed files with 4 additions and 4 deletions
|
@ -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 <gabriel@gsr.dev>"
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue