aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGergely Nagy <ngg@ngg.hu>2021-02-17 22:05:08 +0100
committerGergely Nagy <ngg@ngg.hu>2021-02-17 22:05:08 +0100
commit6a8c3a8bcdf56e64e988ba8fc011571a4fa30e94 (patch)
tree5d0431e4287f39a26ed0ba4cda7cbc00ccebdc87 /dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.103.ebuild
parentdev-dotnet/dotnetcore-sdk-bin{-common}: Feb 2021 updates, 6.0.100_pre1 (diff)
downloaddotnet-6a8c3a8bcdf56e64e988ba8fc011571a4fa30e94.tar.gz
dotnet-6a8c3a8bcdf56e64e988ba8fc011571a4fa30e94.tar.bz2
dotnet-6a8c3a8bcdf56e64e988ba8fc011571a4fa30e94.zip
dev-dotnet/dotnetcore-sdk-bin{-common}: use another SRC_URI for easier upgrades
Signed-off-by: Gergely Nagy <ngg@ngg.hu>
Diffstat (limited to 'dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.103.ebuild')
-rw-r--r--dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.103.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.103.ebuild b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.103.ebuild
index 6922912..67db935 100644
--- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.103.ebuild
+++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.103.ebuild
@@ -5,14 +5,16 @@ EAPI="7"
inherit eutils
+MY_PV="${PV}"
+
DESCRIPTION=".NET Core SDK - binary precompiled for glibc"
HOMEPAGE="https://www.microsoft.com/net/core"
LICENSE="MIT"
SRC_URI="
-amd64? ( https://download.visualstudio.microsoft.com/download/pr/a2052604-de46-4cd4-8256-9bc222537d32/a798771950904eaf91c0c37c58f516e1/dotnet-sdk-${PV}-linux-x64.tar.gz )
-arm? ( https://download.visualstudio.microsoft.com/download/pr/cd11b0d1-8d79-493f-a702-3ecbadb040aa/d24855458a90944d251dd4c68041d0b7/dotnet-sdk-${PV}-linux-arm.tar.gz )
-arm64? ( https://download.visualstudio.microsoft.com/download/pr/5c2e5668-d7f9-4705-acb0-04ceeda6dadf/4eca3d1ffd92cb2b5f9152155a5529b4/dotnet-sdk-${PV}-linux-arm64.tar.gz )
+amd64? ( https://dotnetcli.azureedge.net/dotnet/Sdk/${MY_PV}/dotnet-sdk-${MY_PV}-linux-x64.tar.gz )
+arm? ( https://dotnetcli.azureedge.net/dotnet/Sdk/${MY_PV}/dotnet-sdk-${MY_PV}-linux-arm.tar.gz )
+arm64? ( https://dotnetcli.azureedge.net/dotnet/Sdk/${MY_PV}/dotnet-sdk-${MY_PV}-linux-arm64.tar.gz )
"
SLOT="5.0"