Updated MinGW

This commit is contained in:
Alexey Pustovalov 2024-10-21 19:56:29 +09:00
parent 38c83f6577
commit 0f4989f0ed

View File

@ -94,7 +94,7 @@ RUN Set-Location -Path $env:SystemDrive\.; `
Write-Host ('Downloading {0} ...' -f $env:MINGW_URL); `
Invoke-WebRequest -OutFile $env:TEMP\mingw.7z -Uri $env:MINGW_URL; `
`
$sha256 = 'e8c65ddc655534b0330f66f7b480565621e8617cda9937d76ba141a22bf3b2fa'; `
$sha256 = 'baf98a71849ab0b619aee0cf7caa2e63e963c2cc193d241867536960257630e3'; `
$d_sha256 = (Get-FileHash $env:TEMP\mingw.7z -Algorithm sha256).Hash; `
Write-Host ('Verifying SHA256 ({0}) ...' -f $sha256); `
if ($d_sha256 -ne $sha256) { `