Skip to content

Commit

Permalink
Change alternate url (#3646) (#3647)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMcPMS authored Sep 21, 2023
1 parent d8a602d commit 2eb99f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ attr
AType
AUrl
Authenticode
azurefd
azurewebsites
bcp
BEFACEF
Expand Down Expand Up @@ -97,6 +98,7 @@ createmanifestmetadata
cswinrt
ctc
currentuser
cxfsgwfxarb
DACL
datetimeoffset
Dbg
Expand Down Expand Up @@ -182,6 +184,7 @@ Howto
hre
hresults
hrow
hwg
hwnd
IARP
IAttachment
Expand Down Expand Up @@ -352,6 +355,7 @@ pidlist
pkgmgr
pkindex
pkix
pme
PMS
positionals
powershellgallery
Expand Down
4 changes: 2 additions & 2 deletions src/AppInstallerRepositoryCore/SourceList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace AppInstaller::Repository

constexpr std::string_view s_Source_WingetCommunityDefault_Name = "winget"sv;
constexpr std::string_view s_Source_WingetCommunityDefault_Arg = "https://cdn.winget.microsoft.com/cache"sv;
constexpr std::string_view s_Source_WingetCommunityDefault_AlternateArg = "https://winget.azureedge.net/cache"sv;
constexpr std::string_view s_Source_WingetCommunityDefault_AlternateArg = "https://winget-cache-pme-cxfsgwfxarb8hwg0.z01.azurefd.net/cache"sv;
constexpr std::string_view s_Source_WingetCommunityDefault_Data = "Microsoft.Winget.Source_8wekyb3d8bbwe"sv;
constexpr std::string_view s_Source_WingetCommunityDefault_Identifier = "Microsoft.Winget.Source_8wekyb3d8bbwe"sv;

Expand All @@ -43,7 +43,7 @@ namespace AppInstaller::Repository

constexpr std::string_view s_Source_DesktopFrameworks_Name = "microsoft.builtin.desktop.frameworks"sv;
constexpr std::string_view s_Source_DesktopFrameworks_Arg = "https://cdn.winget.microsoft.com/platform"sv;
constexpr std::string_view s_Source_DesktopFrameworks_AlternateArg = "https://winget.azureedge.net/platform"sv;
constexpr std::string_view s_Source_DesktopFrameworks_AlternateArg = "https://winget-cache-pme-cxfsgwfxarb8hwg0.z01.azurefd.net/platform"sv;
constexpr std::string_view s_Source_DesktopFrameworks_Data = "Microsoft.Winget.Platform.Source_8wekyb3d8bbwe"sv;
constexpr std::string_view s_Source_DesktopFrameworks_Identifier = "Microsoft.Winget.Platform.Source_8wekyb3d8bbwe"sv;

Expand Down

0 comments on commit 2eb99f9

Please sign in to comment.