Skip to content

Commit

Permalink
native/dotnet-sdk: update dotnetcli domain (#6360)
Browse files Browse the repository at this point in the history
  • Loading branch information
richlander authored Dec 29, 2024
1 parent 5bff3a5 commit fcc74a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion native/dotnet-sdk-3.1/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PKG_NAME = dotnet-sdk-3.1
PKG_VERS = 3.1.410
PKG_EXT = tar.gz
PKG_DIST_NAME = dotnet-sdk-$(PKG_VERS)-linux-x64.$(PKG_EXT)
PKG_DIST_SITE = https://dotnetcli.azureedge.net/dotnet/Sdk/${PKG_VERS}
PKG_DIST_SITE = https://builds.dotnet.microsoft.com/dotnet/Sdk/${PKG_VERS}

HOMEPAGE = https://dotnet.microsoft.com/
COMMENT = A developer platform for building apps.
Expand Down
2 changes: 1 addition & 1 deletion native/dotnet-sdk-6.0/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PKG_NAME = dotnet-sdk-6.0
PKG_VERS = 6.0.428
PKG_EXT = tar.gz
PKG_DIST_NAME = dotnet-sdk-$(PKG_VERS)-linux-x64.$(PKG_EXT)
PKG_DIST_SITE = https://dotnetcli.azureedge.net/dotnet/Sdk/${PKG_VERS}
PKG_DIST_SITE = https://builds.dotnet.microsoft.com/dotnet/Sdk/${PKG_VERS}

HOMEPAGE = https://dotnet.microsoft.com/
COMMENT = A developer platform for building apps.
Expand Down
2 changes: 1 addition & 1 deletion native/dotnet-sdk-8.0/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PKG_NAME = dotnet-sdk-8.0
PKG_VERS = 8.0.404
PKG_EXT = tar.gz
PKG_DIST_NAME = dotnet-sdk-$(PKG_VERS)-linux-x64.$(PKG_EXT)
PKG_DIST_SITE = https://dotnetcli.azureedge.net/dotnet/Sdk/${PKG_VERS}
PKG_DIST_SITE = https://builds.dotnet.microsoft.com/dotnet/Sdk/${PKG_VERS}

HOMEPAGE = https://dotnet.microsoft.com/
COMMENT = A developer platform for building apps.
Expand Down

0 comments on commit fcc74a8

Please sign in to comment.