Skip to content

Commit 62abb22

Browse files
committed
Merge remote-tracking branch 'origin/net10.0' into darc-net10.0-8787337a-dbc1-4580-a220-49ab6cf3529c
2 parents 0f87b1f + 752159b commit 62abb22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builds/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ print-dotnet-pkg-urls: dotnet-install.sh
5555
$(Q) if ! test -f $@-found-it.stamp; then echo "No working urls were found."; exit 1; fi
5656
$(Q) rm -f $@-found-it.stamp
5757

58-
# We need https://github.com/dotnet/install-scripts/pull/526, which hasn't been released yet.
58+
# We need https://github.com/dotnet/install-scripts/pull/555, which hasn't been released yet.
5959
# Revert to using https://dot.net/v1/dotnet-install.sh whenever https://dot.net/v1/dotnet-install.sh has been updated.
60-
# DOTNET_DOWNLOAD_URL?=https://raw.githubusercontent.com/dotnet/install-scripts/87151ae8d2153247f4566208e0df23169d737e92/src/dotnet-install.sh
60+
DOTNET_DOWNLOAD_URL?=https://raw.githubusercontent.com/dotnet/install-scripts/d48e000adad7243861d799ec86c0bf7210a8fc7a/src/dotnet-install.sh
6161

6262
DOTNET_DOWNLOAD_URL?=https://dot.net/v1/dotnet-install.sh
6363

0 commit comments

Comments
 (0)