diff --git a/ChocolateyPack/tools/chocolateyInstall.ps1 b/ChocolateyPack/tools/chocolateyInstall.ps1 index 6a51d5e777..56244978bf 100644 --- a/ChocolateyPack/tools/chocolateyInstall.ps1 +++ b/ChocolateyPack/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $pkgName = "KS" $url = "https://github.com/EoflaOE/Kernel-Simulator/releases/download/v0.0.16.18-alpha/0.0.16.18-bin.rar" -$md5check = "53a31318bca831dae14b2f9ab24bb5f9" +$md5check = "57b66942d1f289a985ecad12c25a354f" Write-Output "<*>: for assumptions, <+> for progress, <-> for error" Write-Output "<*> Installation directory: $toolsDir"