mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-26 21:01:48 +02:00
Fix checksum for MinGW
This commit is contained in:
parent
80187dbff8
commit
d44cfe447e
@ -80,7 +80,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 = '55ED84E72DFF790D424254C9F4B900DD7D0605FF200564258E3B88654214E440'; `
|
||||
$d_sha256 = (Get-FileHash $env:TEMP\mingw.7z -Algorithm sha256).Hash; `
|
||||
Write-Host ('Verifying SHA256 ({0}) ...' -f $sha256); `
|
||||
if ($d_sha256 -ne $sha256) { `
|
||||
|
Loading…
x
Reference in New Issue
Block a user