Skip to content

Commit 023a88e

Browse files
committed
fix package
1 parent 4fb7e9a commit 023a88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

8.2.1/ghc/tools/chocolateyInstall.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $tarFile = $packageName + "Install"
1212
$tarPath = Join-Path $tmpPath $tarFile
1313
$tmpFile = Join-Path $binRoot ($tarFile + "~")
1414

15-
Get-ChocolateyWebFile -PackageName $packageName -FileFullPath $tarPath -Url $url -ChecksumType 26de56a7e72ef8b88d096f7a1f5a918a478f4436dd7628b35577bd31121adb0f sha256 -Checksum -Url64bit $url64 -ChecksumType64 sha256 -Checksum64 0f19afb19ae209cd632205c6821dde9c1991ef4e0ee9bca35d2d7a0e61c2b377
15+
Get-ChocolateyWebFile -PackageName $packageName -FileFullPath $tarPath -Url $url -ChecksumType sha256 -Checksum 26de56a7e72ef8b88d096f7a1f5a918a478f4436dd7628b35577bd31121adb0f -Url64bit $url64 -ChecksumType64 sha256 -Checksum64 0f19afb19ae209cd632205c6821dde9c1991ef4e0ee9bca35d2d7a0e61c2b377
1616
Get-ChocolateyUnzip -fileFullPath $tarPath -destination $binRoot
1717
Get-ChocolateyUnzip -fileFullPath $tmpFile -destination $binRoot
1818
rm $tmpFile # Clean up temporary file

0 commit comments

Comments
 (0)