mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
rust-analyzer: update to 2022.06.13.
This commit is contained in:
parent
1252c23432
commit
fe7cd1f130
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'rust-analyzer'
|
||||
pkgname=rust-analyzer
|
||||
version=2021.08.30
|
||||
version=2022.06.13
|
||||
revision=1
|
||||
_ver=${version//./-}
|
||||
wrksrc="${pkgname}-${_ver}"
|
||||
|
@ -10,12 +10,12 @@ 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/${pkgname}/${pkgname}/archive/${_ver}.tar.gz"
|
||||
checksum=a5c791cd660b46e8fc20c1b268cb25c33658fcd593d81b278c34c97efccddbde
|
||||
distfiles="https://github.com/rust-lang/rust-analyzer/archive/${_ver}.tar.gz"
|
||||
checksum=7cc67e054330a63d3c8ca7c2cd8d0a8067f5ab0a45f5297df64bec1ce91ab072
|
||||
# tests require Rust source code
|
||||
make_check=no
|
||||
|
||||
export RUST_ANALYZER_REV=${_ver}
|
||||
export CFG_RELEASE=${_ver}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE-APACHE
|
||||
|
|
Loading…
Add table
Reference in a new issue