From 116f90d6c5ea5bdcbe20647bcd4147acfc6edadc Mon Sep 17 00:00:00 2001 From: Jian Lin Date: Sat, 26 Jun 2021 23:07:27 +0800 Subject: [PATCH] dev-util/rust-analyzer-bin: update SRC_URI and LICENSE Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Jian Lin --- dev-util/rust-analyzer-bin/Manifest | 2 +- dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/rust-analyzer-bin/Manifest b/dev-util/rust-analyzer-bin/Manifest index af372a7c97..fc1f16842e 100644 --- a/dev-util/rust-analyzer-bin/Manifest +++ b/dev-util/rust-analyzer-bin/Manifest @@ -1 +1 @@ -DIST rust-analyzer-linux.gz 11238720 BLAKE2B 70145477970d78d2dd68ddf332040aa7bc653bbaf3d8942a5df6c44589cdeb98a580bf6385bc1c91b06681027f494c69a89ba7c9dfe3ee24634c79e81c09a262 SHA512 5b8f49a878b67f75250c61cfaaf7bf401f87debdb131a4a1bb6026747d906031c934abe6fc8687222a2736cbcf2c862a130bca3f73828849e2b5e7a8fda47ea5 +DIST rust-analyzer-x86_64-unknown-linux-gnu.gz 11496414 BLAKE2B 0272981cca648bce458bbdf2764ade9e53e0d47f30e3b97848460f14b67a4def0a52673353a89844b501ac6fa9d76a5194d7cf3653bd6b37a748b9b4811c13e5 SHA512 4b7ea514e758381cc3c3264525f0904a71d55601be651f7597be8a58b36f9ccea09041ea0139c512a608cae0f1cdc998bb0682a5f023fb769da16ad482d45b24 diff --git a/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild b/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild index 4d60207468..4fda953f39 100644 --- a/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild +++ b/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild @@ -5,16 +5,16 @@ 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/latest/download/rust-analyzer-linux.gz" +SRC_URI="https://github.com/rust-analyzer/rust-analyzer/releases/latest/download/rust-analyzer-x86_64-unknown-linux-gnu.gz" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 MIT-with-advertising" SLOT="0" PROPERTIES="live" S=${WORKDIR} src_install() { - newbin rust-analyzer-linux rust-analyzer + newbin rust-analyzer-x86_64-unknown-linux-gnu rust-analyzer } pkg_postinst() {