Skip to content

Commit c5706b9

Browse files
committed
pacman: use direct MSYS2 archive endpoint
1 parent 5111762 commit c5706b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/pacman/msys-runtime-smoke.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ param(
55
$ErrorActionPreference = "Stop"
66
Set-StrictMode -Version Latest
77

8-
$pacmanUrl = "https://mirror.msys2.org/msys/x86_64/pacman-6.1.0-25-x86_64.pkg.tar.zst"
8+
$pacmanUrl = "https://repo.msys2.org/msys/x86_64/pacman-6.1.0-25-x86_64.pkg.tar.zst"
99
$pacmanSha256 = "cb375279a44b37f646dbe834b440c233fddbacb97d6173e5c7d91362717c970f"
10-
$runtimeUrl = "https://mirror.msys2.org/msys/x86_64/msys2-runtime-3.6.10-1-x86_64.pkg.tar.zst"
10+
$runtimeUrl = "https://repo.msys2.org/msys/x86_64/msys2-runtime-3.6.10-1-x86_64.pkg.tar.zst"
1111
$runtimeSha256 = "0b68543d295aa52e6c16ede2d7d6113eff9bf8fa4876f140eb624b0cf33e0253"
1212

1313
function Get-MixedPath([string]$Path) {

0 commit comments

Comments
 (0)