Skip to content

Commit

Permalink
Finalized Chocolatey
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Aug 9, 2022
1 parent 38d0125 commit 8140b25
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.3-beta/0.0.24.3-bin-dotnet.rar"
$md5check = "9a3d9637b20eb6b74fb5b056e9a7b883"
$md5check = "1201b725ca2be545038201fe99b1636d"

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.3-beta/0.0.24.3-bin.rar"
$md5check = "6b3c6bccb5581569fd4cf2b6c6165c66"
$md5check = "f140ddd27648076abe468825c265a166"

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

0 comments on commit 8140b25

Please sign in to comment.