commit: a8f85835dd2114462e6eeacfb46285c630eb6e7a Author: James Kalyan <contrib_x <AT> protonmail <DOT> com> AuthorDate: Thu Aug 5 04:22:48 2021 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Thu Aug 5 04:25:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8f85835
dev-util/rust-analyzer-bin: bump to 2021.08.02 Signed-off-by: James Kalyan <contrib_x <AT> protonmail.com> dev-util/rust-analyzer-bin/Manifest | 2 +- ...yzer-bin-2021.07.26.ebuild => rust-analyzer-bin-2021.08.02.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/rust-analyzer-bin/Manifest b/dev-util/rust-analyzer-bin/Manifest index f41b4f28e..52f5e5124 100644 --- a/dev-util/rust-analyzer-bin/Manifest +++ b/dev-util/rust-analyzer-bin/Manifest @@ -1 +1 @@ -DIST rust-analyzer-x86_64-unknown-linux-gnu.gz 11589435 BLAKE2B 571ed4fdf5bc9f35d64b52b4b8cde7b0e0b534e0e8361e34ef51bd885d040c29c359a07de10ec338371144efc8d74f27314cfd08eb184e7fb20ded48a1d750a6 SHA512 6c15c4ff859f88917a486aa04bba1db0e28e85356814fe10e783f27946589bdb68cbb99057c889fd8011994a8e2fbafb6e0fd640c2d744144e07f07188d6761b +DIST rust-analyzer-bin-2021.08.02.gz 11550409 BLAKE2B 6d1dc7dd15375016f153d53c408f882f219778dfbeaa98e15fcb51a5f6704b29a73205c1c2ed1162ad2794387d9abc3fc569a19d243135428fc4ab6b46b9bcac SHA512 c23b2e9d645863b84e0961429c654365887f265faf883f94b62bedc4a9b8de25c00cc3e1653d614f485bebb9cbe4abb241072955d8d46bdc082795d597285422 diff --git a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.07.26.ebuild b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.02.ebuild similarity index 81% rename from dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.07.26.ebuild rename to dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.02.ebuild index 748f68787..566ef9c2c 100644 --- a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.07.26.ebuild +++ b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.02.ebuild @@ -5,7 +5,7 @@ EAPI=7 DESCRIPTION="An implementation of Language Server Protocol for the Rust programming language" HOMEPAGE="https://rust-analyzer.github.io" -SRC_URI="https://github.com/rust-analyzer/rust-analyzer/releases/download/2021-07-26/rust-analyzer-x86_64-unknown-linux-gnu.gz" +SRC_URI="https://github.com/rust-analyzer/rust-analyzer/releases/download/2021-08-02/rust-analyzer-x86_64-unknown-linux-gnu.gz -> ${P}.gz" LICENSE="Apache-2.0 MIT-with-advertising" SLOT="0" @@ -14,7 +14,7 @@ KEYWORDS="~amd64" S=${WORKDIR} src_install() { - newbin rust-analyzer-x86_64-unknown-linux-gnu rust-analyzer + newbin ${P} rust-analyzer } pkg_postinst() {
