There was an error while loading. Please reload this page.
1 parent 5111762 commit c5706b9Copy full SHA for c5706b9
1 file changed
tests/pacman/msys-runtime-smoke.ps1
@@ -5,9 +5,9 @@ param(
5
$ErrorActionPreference = "Stop"
6
Set-StrictMode -Version Latest
7
8
-$pacmanUrl = "https://mirror.msys2.org/msys/x86_64/pacman-6.1.0-25-x86_64.pkg.tar.zst"
+$pacmanUrl = "https://repo.msys2.org/msys/x86_64/pacman-6.1.0-25-x86_64.pkg.tar.zst"
9
$pacmanSha256 = "cb375279a44b37f646dbe834b440c233fddbacb97d6173e5c7d91362717c970f"
10
-$runtimeUrl = "https://mirror.msys2.org/msys/x86_64/msys2-runtime-3.6.10-1-x86_64.pkg.tar.zst"
+$runtimeUrl = "https://repo.msys2.org/msys/x86_64/msys2-runtime-3.6.10-1-x86_64.pkg.tar.zst"
11
$runtimeSha256 = "0b68543d295aa52e6c16ede2d7d6113eff9bf8fa4876f140eb624b0cf33e0253"
12
13
function Get-MixedPath([string]$Path) {
0 commit comments