Skip to content

Commit

Permalink
Finalized 0.0.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Aug 10, 2022
1 parent 1a049db commit 2ece62f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChocolateyPack-DotNet/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$pkgName = "KS"
$url = "https://github.com/Aptivi/Kernel-Simulator/releases/download/v0.0.24.4-beta/0.0.24.4-bin-dotnet.rar"
$md5check = "1201b725ca2be545038201fe99b1636d"
$md5check = "1d32f6c847358ceab8df0987885d3a4a"

Write-Output "<*>: for assumptions, <+> for progress, <-> for error"
Write-Output "<*> Installation directory: $toolsDir"
Expand Down
2 changes: 1 addition & 1 deletion ChocolateyPack/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$pkgName = "KS"
$url = "https://github.com/Aptivi/Kernel-Simulator/releases/download/v0.0.24.4-beta/0.0.24.4-bin.rar"
$md5check = "f140ddd27648076abe468825c265a166"
$md5check = "4b6c77a10d114d37f1a6a7ca2fc35dd0"

Write-Output "<*>: for assumptions, <+> for progress, <-> for error"
Write-Output "<*> Installation directory: $toolsDir"
Expand Down

0 comments on commit 2ece62f

Please sign in to comment.