aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrbd <garlicbready@googlemail.com>2018-01-08 02:05:06 +0000
committergrbd <garlicbready@googlemail.com>2018-01-08 02:05:06 +0000
commit111710f39e7f6a31e2753b86a1145062fa25a278 (patch)
treec3a2f95ef95f1385754c0c80e9205330939e0ac0 /dev-dotnet/dotnetcore-aspnet-bin/dotnetcore-aspnet-bin-2.0.3.ebuild
parentAdded initial docs for dotnet core (diff)
downloaddotnet-111710f39e7f6a31e2753b86a1145062fa25a278.tar.gz
dotnet-111710f39e7f6a31e2753b86a1145062fa25a278.tar.bz2
dotnet-111710f39e7f6a31e2753b86a1145062fa25a278.zip
Added Arm support for runtime
Diffstat (limited to 'dev-dotnet/dotnetcore-aspnet-bin/dotnetcore-aspnet-bin-2.0.3.ebuild')
-rw-r--r--dev-dotnet/dotnetcore-aspnet-bin/dotnetcore-aspnet-bin-2.0.3.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-dotnet/dotnetcore-aspnet-bin/dotnetcore-aspnet-bin-2.0.3.ebuild b/dev-dotnet/dotnetcore-aspnet-bin/dotnetcore-aspnet-bin-2.0.3.ebuild
index 5150957..1b5b9b0 100644
--- a/dev-dotnet/dotnetcore-aspnet-bin/dotnetcore-aspnet-bin-2.0.3.ebuild
+++ b/dev-dotnet/dotnetcore-aspnet-bin/dotnetcore-aspnet-bin-2.0.3.ebuild
@@ -6,11 +6,13 @@ EAPI="6"
inherit eutils
-DESCRIPTION=".NET Core ASP.NET Runtime - binary precompiled for glibc"t
+DESCRIPTION=".NET Core ASP.NET Runtime Store - binary precompiled for glibc"t
HOMEPAGE="https://www.microsoft.com/net/core"
LICENSE="MIT"
-SRC_URI="https://download.microsoft.com/download/5/C/1/5C190037-632B-443D-842D-39085F02E1E8/aspnetcore-store-${PV}-linux-x64.tar.gz -> aspnetcore-store-${PV}-linux-x64.tar.gz"
+SRC_URI="
+amd64? ( https://dist.asp.net/runtimestore/${PV}/linux-x64/aspnetcore.runtimestore.tar.gz -> aspnetcore.runtimestore.tar.gz )
+"
SLOT="0"
KEYWORDS="~amd64"