Skip to content

Commit

Permalink
AU: 1 updated - hashtools
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 19, 2022
1 parent bd74b80 commit 91e8fde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/hashtools/hashtools.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>hashtools</id>
<version>4.2</version>
<version>4.4</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/hashtools</packageSourceUrl>
<owners>chtof</owners>
<title>HashTools</title>
Expand Down
6 changes: 3 additions & 3 deletions automatic/hashtools/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://binaryfortressdownloads.com/Download/BFSFiles/109/HashToolsSetup-4.2.exe'
checksum = 'AE52104E9C51D38A05416BC03D6F7AA4EB6736200259A10012D4D2D23B829883'
url = 'https://binaryfortressdownloads.com/Download/BFSFiles/109/HashToolsSetup-4.4.exe'
checksum = '417706f2232f33238c471049cb66081df65c6c8f7a478720977c5cc1c5addd2c'
checksumType = 'sha256'

silentArgs = '/VERYSILENT /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- /components=""'
}

Start-Process "AutoHotKey" -Verb runas -ArgumentList "`"$toolsDir\chocolateyinstall.ahk`""
Install-ChocolateyPackage @packageArgs
Install-ChocolateyPackage @packageArgs

0 comments on commit 91e8fde

Please sign in to comment.