aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJian Lin <jlin.gentoo@outlook.com>2021-06-26 23:07:27 +0800
committerJian Lin <jlin.gentoo@outlook.com>2021-06-26 23:07:27 +0800
commit116f90d6c5ea5bdcbe20647bcd4147acfc6edadc (patch)
tree216f851caa6226c51b87476f53b56dd8a388f745
parentmedia-video/qliveplayer: drop old 3.22.0 (diff)
downloadguru-116f90d6.tar.gz
guru-116f90d6.tar.bz2
guru-116f90d6.zip
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 <jlin.gentoo@outlook.com>
-rw-r--r--dev-util/rust-analyzer-bin/Manifest2
-rw-r--r--dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/rust-analyzer-bin/Manifest b/dev-util/rust-analyzer-bin/Manifest
index af372a7c9..fc1f16842 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 4d6020746..4fda953f3 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() {