From 50c24c2add0b658395c2c6fff8706e047b4a616b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= <6450056+o-l-a-v@users.noreply.github.com> Date: Wed, 7 Aug 2024 11:09:51 +0200 Subject: [PATCH] Change URL to GitHub releases Much faster. ZIPs were recently added to GitHub releases, ref: --- bucket/azure-cli.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/azure-cli.json b/bucket/azure-cli.json index 63b11c2b41034..c50b2e490a84b 100644 --- a/bucket/azure-cli.json +++ b/bucket/azure-cli.json @@ -7,7 +7,7 @@ "notes": "Extraction can fail due to long paths: https://github.com/ScoopInstaller/Main/issues/5300", "architecture": { "64bit": { - "url": "https://azcliprod.blob.core.windows.net/zip/azure-cli-2.63.0-x64.zip", + "url": "https://github.com/Azure/azure-cli/releases/download/azure-cli-2.63.0/azure-cli-2.63.0-x64.zip", "hash": "fb3359ef37d11a4197f8b9c4c8629c821a91760785be3b1849b9bc9b590150dd" } }, @@ -52,7 +52,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://azcliprod.blob.core.windows.net/zip/azure-cli-$version-x64.zip" + "url": "https://github.com/Azure/azure-cli/releases/download/azure-cli-$version/azure-cli-$version-x64.zip" } } }