From 6fa7dcc296db9ac2014fde76ec6d7baaa32fe7f5 Mon Sep 17 00:00:00 2001 From: Gabriel Sanches Date: Tue, 14 Jun 2022 21:50:49 -0300 Subject: [PATCH 1/2] rust-analyzer: update to 2022.06.13. --- srcpkgs/rust-analyzer/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template index b41a84aab5ea..3ce26bbc194a 100644 --- a/srcpkgs/rust-analyzer/template +++ b/srcpkgs/rust-analyzer/template @@ -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}" @@ -11,11 +11,11 @@ maintainer="Gabriel Sanches " license="Apache-2.0, MIT" homepage="https://rust-analyzer.github.io/" distfiles="https://github.com/${pkgname}/${pkgname}/archive/${_ver}.tar.gz" -checksum=a5c791cd660b46e8fc20c1b268cb25c33658fcd593d81b278c34c97efccddbde +checksum=7cc67e054330a63d3c8ca7c2cd8d0a8067f5ab0a45f5297df64bec1ce91ab072 # tests require Rust source code make_check=no -export RUST_ANALYZER_REV=${_ver} +export CFG_RELEASE=${_ver} post_install() { vlicense LICENSE-APACHE From e1872529158e1b76d8fce862e2d3299f8402679e Mon Sep 17 00:00:00 2001 From: Gabriel Sanches Date: Wed, 15 Jun 2022 15:07:42 -0300 Subject: [PATCH 2/2] Update repository URL Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com> --- srcpkgs/rust-analyzer/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template index 3ce26bbc194a..f59223bc5740 100644 --- a/srcpkgs/rust-analyzer/template +++ b/srcpkgs/rust-analyzer/template @@ -10,7 +10,7 @@ short_desc="Rust compiler front-end for IDEs" maintainer="Gabriel Sanches " license="Apache-2.0, MIT" homepage="https://rust-analyzer.github.io/" -distfiles="https://github.com/${pkgname}/${pkgname}/archive/${_ver}.tar.gz" +distfiles="https://github.com/rust-lang/rust-analyzer/archive/${_ver}.tar.gz" checksum=7cc67e054330a63d3c8ca7c2cd8d0a8067f5ab0a45f5297df64bec1ce91ab072 # tests require Rust source code make_check=no