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'
|
# 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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue