From 97708f12311f5d62aa6506d461a0c49fd1c51d26 Mon Sep 17 00:00:00 2001 From: Jawad Ahmed Date: Mon, 6 Jun 2022 16:32:01 +0100 Subject: [PATCH 1/3] Updated rust-analyzer to 2022.06.06 --- srcpkgs/rust-analyzer/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template index b41a84aab5ea..c1788601606e 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.06 revision=1 _ver=${version//./-} wrksrc="${pkgname}-${_ver}" @@ -11,7 +11,7 @@ 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=0757e82175133223fa1cb71837ef7f9ce5f7f47cd5dec219ea2b41a42bead8cd # tests require Rust source code make_check=no From 330fa3e24151297c6d37ac0a8b226ba3e0dfab60 Mon Sep 17 00:00:00 2001 From: jawadcode Date: Thu, 9 Jun 2022 01:40:25 +0100 Subject: [PATCH 2/3] Update srcpkgs/rust-analyzer/template rust-analyzer is part of the rust-lang organisation now 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 c1788601606e..861b2371181d 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=0757e82175133223fa1cb71837ef7f9ce5f7f47cd5dec219ea2b41a42bead8cd # tests require Rust source code make_check=no From f26f39640fcc75516e4e37cb1f4d47f14f27d4e0 Mon Sep 17 00:00:00 2001 From: Jawad Ahmed Date: Fri, 10 Jun 2022 18:57:50 +0100 Subject: [PATCH 3/3] Revert "Updated rust-analyzer to 2022.06.06" This reverts commit 97708f12311f5d62aa6506d461a0c49fd1c51d26. --- srcpkgs/rust-analyzer/template | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template index 861b2371181d..997b4eb81b15 100644 --- a/srcpkgs/rust-analyzer/template +++ b/srcpkgs/rust-analyzer/template @@ -1,6 +1,6 @@ # Template file for 'rust-analyzer' pkgname=rust-analyzer -version=2022.06.06 +version=2021.08.30 revision=1 _ver=${version//./-} wrksrc="${pkgname}-${_ver}" @@ -10,8 +10,13 @@ short_desc="Rust compiler front-end for IDEs" maintainer="Gabriel Sanches " license="Apache-2.0, MIT" homepage="https://rust-analyzer.github.io/" +<<<<<<< HEAD distfiles="https://github.com/rust-lang/rust-analyzer/archive/${_ver}.tar.gz" checksum=0757e82175133223fa1cb71837ef7f9ce5f7f47cd5dec219ea2b41a42bead8cd +======= +distfiles="https://github.com/${pkgname}/${pkgname}/archive/${_ver}.tar.gz" +checksum=a5c791cd660b46e8fc20c1b268cb25c33658fcd593d81b278c34c97efccddbde +>>>>>>> parent of 97708f1231 (Updated rust-analyzer to 2022.06.06) # tests require Rust source code make_check=no