Skip to content

Commit

Permalink
[BF01] Finalized Chocolatey
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Jul 31, 2023
1 parent 073d200 commit 487ce58
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.5-beta/0.0.24.5-bin-dotnet.rar"
$md5check = "1d32f6c847358ceab8df0987885d3a4a"
$md5check = "20e1ea70f40986f6a81f42f3354b43f8"

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.5-beta/0.0.24.5-bin.rar"
$md5check = "4b6c77a10d114d37f1a6a7ca2fc35dd0"
$md5check = "1279b93c18ab00f22860421799aab660"

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

0 comments on commit 487ce58

Please sign in to comment.