mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rust-analyzer: update to 2023.07.31.
Adopt.
This commit is contained in:
parent
c9090decdb
commit
d38206e9ec
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'rust-analyzer'
|
# Template file for 'rust-analyzer'
|
||||||
pkgname=rust-analyzer
|
pkgname=rust-analyzer
|
||||||
version=2023.07.17
|
version=2023.07.31
|
||||||
revision=1
|
revision=1
|
||||||
_ver=${version//./-}
|
_ver=${version//./-}
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_install_args="--path=crates/rust-analyzer"
|
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="icp <pangolin@vivaldi.net>"
|
||||||
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/refs/tags/${_ver}.tar.gz"
|
distfiles="https://github.com/rust-lang/rust-analyzer/archive/refs/tags/${_ver}.tar.gz"
|
||||||
checksum=30bfcc27b00da057c3aa743d5480b5a9fb920b595d647c8e2145803abf7efa57
|
checksum=56d33a953ad7e55f769851a5fbb4354ce68baf1f059be7f47a8e74b4937049cd
|
||||||
# tests require Rust source code
|
# tests require Rust source code
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue