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 E66A4138359 for ; Wed, 15 Jul 2020 16:00:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A4A5E086C; Wed, 15 Jul 2020 16:00:39 +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 D7A67E086C for ; Wed, 15 Jul 2020 16:00:38 +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 B742034E835 for ; Wed, 15 Jul 2020 16:00:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C7F4291 for ; Wed, 15 Jul 2020 16:00:22 +0000 (UTC) From: "Gergely Nagy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gergely Nagy" Message-ID: <1594828811.3b50c835fe1bfe5636c576b07efde6aa86c4a39b.ngg@gentoo> Subject: [gentoo-commits] repo/proj/dotnet:master commit in: dev-dotnet/dotnetcore-sdk-bin-common/, dev-dotnet/dotnetcore-sdk-bin/ X-VCS-Repository: repo/proj/dotnet X-VCS-Files: dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-2.1.807.ebuild dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-2.1.808.ebuild dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.301.ebuild dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.302.ebuild dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.807.ebuild dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.808.ebuild dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.301.ebuild dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.302.ebuild X-VCS-Directories: dev-dotnet/dotnetcore-sdk-bin/ dev-dotnet/dotnetcore-sdk-bin-common/ X-VCS-Committer: ngg X-VCS-Committer-Name: Gergely Nagy X-VCS-Revision: 3b50c835fe1bfe5636c576b07efde6aa86c4a39b X-VCS-Branch: master Date: Wed, 15 Jul 2020 16:00:22 +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: eeb09aba-8c70-4a59-bd03-4171bf3acb97 X-Archives-Hash: dabe7ca19a472490a8ce8449ac34fe99 commit: 3b50c835fe1bfe5636c576b07efde6aa86c4a39b Author: Gergely Nagy ngg hu> AuthorDate: Wed Jul 15 16:00:11 2020 +0000 Commit: Gergely Nagy ngg hu> CommitDate: Wed Jul 15 16:00:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=3b50c835 dev-dotnet/dotnetcore-sdk-bin{-common}: july 2020 updates Signed-off-by: Gergely Nagy ngg.hu> ...n-common-2.1.807.ebuild => dotnetcore-sdk-bin-common-2.1.808.ebuild} | 2 +- ...n-common-3.1.301.ebuild => dotnetcore-sdk-bin-common-3.1.302.ebuild} | 2 +- ...netcore-sdk-bin-2.1.807.ebuild => dotnetcore-sdk-bin-2.1.808.ebuild} | 2 +- ...netcore-sdk-bin-3.1.301.ebuild => dotnetcore-sdk-bin-3.1.302.ebuild} | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-2.1.807.ebuild b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-2.1.808.ebuild similarity index 93% rename from dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-2.1.807.ebuild rename to dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-2.1.808.ebuild index 54eb1f8..aaf95d7 100644 --- a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-2.1.807.ebuild +++ b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-2.1.808.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.microsoft.com/net/core" LICENSE="MIT" SRC_URI=" -amd64? ( https://download.visualstudio.microsoft.com/download/pr/8f959005-4742-44c0-8b30-17d394c0b954/348d5acbfe2a9879e39529be18b29f2d/dotnet-sdk-${PV}-linux-x64.tar.gz ) +amd64? ( https://download.visualstudio.microsoft.com/download/pr/a3d67819-aa9d-4258-a19b-e5933c18d8b6/7fdd9609d50f6e4af6551983ff0b32d3/dotnet-sdk-${PV}-linux-x64.tar.gz ) " SLOT="0" diff --git a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.301.ebuild b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.302.ebuild similarity index 94% rename from dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.301.ebuild rename to dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.302.ebuild index befb439..430a5f7 100644 --- a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.301.ebuild +++ b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.302.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.microsoft.com/net/core" LICENSE="MIT" SRC_URI=" -amd64? ( https://download.visualstudio.microsoft.com/download/pr/8db2b522-7fa2-4903-97ec-d6d04d297a01/f467006b9098c2de256e40d2e2f36fea/dotnet-sdk-${PV}-linux-x64.tar.gz ) +amd64? ( https://download.visualstudio.microsoft.com/download/pr/c1a30ceb-adc2-4244-b24a-06ca29bb1ee9/6df5d856ff1b3e910d283f89690b7cae/dotnet-sdk-${PV}-linux-x64.tar.gz ) " SLOT="0" diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.807.ebuild b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.808.ebuild similarity index 94% rename from dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.807.ebuild rename to dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.808.ebuild index 505f122..443cfaa 100644 --- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.807.ebuild +++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.808.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.microsoft.com/net/core" LICENSE="MIT" SRC_URI=" -amd64? ( https://download.visualstudio.microsoft.com/download/pr/8f959005-4742-44c0-8b30-17d394c0b954/348d5acbfe2a9879e39529be18b29f2d/dotnet-sdk-${PV}-linux-x64.tar.gz ) +amd64? ( https://download.visualstudio.microsoft.com/download/pr/a3d67819-aa9d-4258-a19b-e5933c18d8b6/7fdd9609d50f6e4af6551983ff0b32d3/dotnet-sdk-${PV}-linux-x64.tar.gz ) " SLOT="2.1" diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.301.ebuild b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.302.ebuild similarity index 94% rename from dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.301.ebuild rename to dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.302.ebuild index 36962a4..dbc0c6e 100644 --- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.301.ebuild +++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.302.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.microsoft.com/net/core" LICENSE="MIT" SRC_URI=" -amd64? ( https://download.visualstudio.microsoft.com/download/pr/8db2b522-7fa2-4903-97ec-d6d04d297a01/f467006b9098c2de256e40d2e2f36fea/dotnet-sdk-${PV}-linux-x64.tar.gz ) +amd64? ( https://download.visualstudio.microsoft.com/download/pr/c1a30ceb-adc2-4244-b24a-06ca29bb1ee9/6df5d856ff1b3e910d283f89690b7cae/dotnet-sdk-${PV}-linux-x64.tar.gz ) " SLOT="3.1"