Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/rust-analyzer-bin/
Date: Wed, 08 Sep 2021 15:21:10
Message-Id: 1631031680.b97d6e8c7df91136260d2eaff84e649982d32f37.arthurzam@gentoo
1 commit: b97d6e8c7df91136260d2eaff84e649982d32f37
2 Author: James Kalyan <contrib_x <AT> protonmail <DOT> com>
3 AuthorDate: Tue Sep 7 15:58:05 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 7 16:21:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b97d6e8c
7
8 dev-util/rust-analyzer-bin: add v2021.09.06, drop v2021.08.09
9
10 Signed-off-by: James Kalyan <contrib_x <AT> protonmail.com>
11
12 dev-util/rust-analyzer-bin/Manifest | 2 +-
13 ...alyzer-bin-2021.08.09.ebuild => rust-analyzer-bin-2021.09.06.ebuild} | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-util/rust-analyzer-bin/Manifest b/dev-util/rust-analyzer-bin/Manifest
17 index ff4ab4feb..32452cf33 100644
18 --- a/dev-util/rust-analyzer-bin/Manifest
19 +++ b/dev-util/rust-analyzer-bin/Manifest
20 @@ -1,2 +1,2 @@
21 -DIST rust-analyzer-bin-2021.08.09.gz 11688726 BLAKE2B 1002048d93fdc357a28ab287fdb862442433f764c9f11249a4caf587bf968de1a9a4bdc44f1ce2c1a2e2833c223ed8ec0070f50f6421d06db206f477f3ca5971 SHA512 2129ef0839647b509a7d048ac2781d830dc7d83311e0b46ef5caf60fe306d22dcdfe584bcc7e3e53edd6dc2b1c0d2ab04741c607f2a7ac29a13b3f9a859b6ba0
22 DIST rust-analyzer-bin-2021.08.30.gz 10987412 BLAKE2B 0bf2a487028375d5c851f0f5980cd6867140ae502739686045f1080729d6c79bbb7a44c0b9c6ae367fac0ac4250b8b032e20f22b118dd3259ad8b04c8564dd9b SHA512 f060c37d4abe2b8a485a77590e6b65eafac1917b58589dba61b2e35cd1d155d69c141b22e2152a530b0b92adb1b03a471489032f65833f3cbd1d6181539b4807
23 +DIST rust-analyzer-bin-2021.09.06.gz 11044387 BLAKE2B 1ff818280758837b55852775f9c0fb95a5b06beee68f4591bfe1cf86b61fcffa58322cfd017b13eb24fc9f6c6ade62b1dbdfc00a52894dce539c4604cbda9ae6 SHA512 a7d777981dab437ad4b0175f24c6ae309946a776f7828c8e31cba16853a7645cfaa9614143ec158645f5844bcdef8bb764f098a1b056334b2112fedba12c2995
24
25 diff --git a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.09.ebuild b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.09.06.ebuild
26 similarity index 90%
27 rename from dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.09.ebuild
28 rename to dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.09.06.ebuild
29 index 4e4f0e697..cd5368ed6 100644
30 --- a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.09.ebuild
31 +++ b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.09.06.ebuild
32 @@ -5,7 +5,7 @@ EAPI=8
33
34 DESCRIPTION="An implementation of Language Server Protocol for the Rust programming language"
35 HOMEPAGE="https://rust-analyzer.github.io"
36 -SRC_URI="https://github.com/rust-analyzer/rust-analyzer/releases/download/2021-08-09/rust-analyzer-x86_64-unknown-linux-gnu.gz -> ${P}.gz"
37 +SRC_URI="https://github.com/rust-analyzer/rust-analyzer/releases/download/2021-09-06/rust-analyzer-x86_64-unknown-linux-gnu.gz -> ${P}.gz"
38
39 LICENSE="Apache-2.0 MIT-with-advertising"
40 SLOT="0"