From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 890DE139337 for ; Mon, 26 Jul 2021 15:49:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E09C9E092D; Mon, 26 Jul 2021 15:49:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1809E092D for ; Mon, 26 Jul 2021 15:49:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90A8A335D76 for ; Mon, 26 Jul 2021 15:49:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C02F7A3 for ; Mon, 26 Jul 2021 15:49:55 +0000 (UTC) From: "James Kalyan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Kalyan" Message-ID: <1627314574.79d1f508b2ed1d05af59f4f0274949fe32e7bcd3.contrib_x@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rust-analyzer-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.07.19.ebuild dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.07.26.ebuild X-VCS-Directories: dev-util/rust-analyzer-bin/ X-VCS-Committer: contrib_x X-VCS-Committer-Name: James Kalyan X-VCS-Revision: 79d1f508b2ed1d05af59f4f0274949fe32e7bcd3 X-VCS-Branch: dev Date: Mon, 26 Jul 2021 15:49:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5ad25a92-9dc2-422a-b04b-24d1fa32fe99 X-Archives-Hash: 13ecbab37b8b53c68b4d7c50aefcd91c commit: 79d1f508b2ed1d05af59f4f0274949fe32e7bcd3 Author: James Kalyan protonmail com> AuthorDate: Mon Jul 26 15:48:01 2021 +0000 Commit: James Kalyan protonmail com> CommitDate: Mon Jul 26 15:49:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=79d1f508 dev-util/rust-analyzer-bin: bump to 2021.07.26 Signed-off-by: James Kalyan protonmail.com> ...alyzer-bin-2021.07.19.ebuild => rust-analyzer-bin-2021.07.26.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.07.19.ebuild b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.07.26.ebuild similarity index 90% rename from dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.07.19.ebuild rename to dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.07.26.ebuild index a8b2b0ab6..748f68787 100644 --- a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.07.19.ebuild +++ b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.07.26.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-19/rust-analyzer-x86_64-unknown-linux-gnu.gz" +SRC_URI="https://github.com/rust-analyzer/rust-analyzer/releases/download/2021-07-26/rust-analyzer-x86_64-unknown-linux-gnu.gz" LICENSE="Apache-2.0 MIT-with-advertising" SLOT="0"