Gentoo Archives: gentoo-commits

From: Mikhail Pukhlikov <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/dotnet:master commit in: dev-dotnet/dotnetcore-sdk-bin/
Date: Mon, 31 Aug 2020 11:37:57
Message-Id: 1598873860.3bbf03c538f93a849ffa1aec0599d359b0d582af.cynede@gentoo
1 commit: 3bbf03c538f93a849ffa1aec0599d359b0d582af
2 Author: Michael L <mike <AT> michaellawrenceit <DOT> com>
3 AuthorDate: Sat Aug 29 16:00:33 2020 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 11:37:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=3bbf03c5
7
8 Update dotnetcore-sdk-bin-5.0.100_pre8.ebuild
9
10 Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org>
11
12 dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre8.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre8.ebuild b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre8.ebuild
16 index c046790..aeb0f5f 100644
17 --- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre8.ebuild
18 +++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre8.ebuild
19 @@ -11,7 +11,8 @@ LICENSE="MIT"
20
21 SRC_URI="
22 amd64? ( https://download.visualstudio.microsoft.com/download/pr/c58adb8a-49cf-466c-9b72-e4c51edae0e5/f915b953a5bfdafc300bd277d80c3513/dotnet-sdk-5.0.100-preview.8.20417.9-linux-x64.tar.gz )
23 -"
24 +arm? ( https://download.visualstudio.microsoft.com/download/pr/372de9c1-b63c-4df8-9250-00e107c1d6f7/ee94093420b5c001eaabecdb41621950/dotnet-sdk-5.0.100-preview.8.20417.9-linux-arm.tar.gz )
25 +arm64? ( https://download.visualstudio.microsoft.com/download/pr/a1e93182-8026-4330-b78a-ee7d721107a2/003c59fc228a220df40d90d5ac434873/dotnet-sdk-5.0.100-preview.8.20417.9-linux-arm64.tar.gz )"
26
27 SLOT="5.0"
28 KEYWORDS=""