Skip to content

Commit 1214472

Browse files
committed
Correct ghc 64bit checksum
1 parent 771b243 commit 1214472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

8.8.3/ghc/tools/chocolateyInstall.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $tmpFile = Join-Path $binRoot ($tarFile + "~")
3333

3434
Get-ChocolateyWebFile -PackageName $packageName -FileFullPath $tarPath `
3535
-Url $url -ChecksumType sha256 -Checksum 2a8fb73080ed4335f7a172fe6cf9da1a2faa51fdb72817c50088292f497fc57a `
36-
-Url64bit $url64 -ChecksumType64 sha256 -Checksum64 bbae62018f80dd64781fa0c37ef9333ecf3c8c4fe925ec70601a54d1cccaa395
36+
-Url64bit $url64 -ChecksumType64 sha256 -Checksum64 e22586762af0911c06e8140f1792e3ca381a3a482a20d67b9054883038b3a422
3737
Get-ChocolateyUnzip -fileFullPath $tarPath -destination $binRoot
3838
Get-ChocolateyUnzip -fileFullPath $tmpFile -destination $binRoot
3939
rm $tmpFile # Clean up temporary file

0 commit comments

Comments
 (0)