Skip to content

Commit

Permalink
AU: 1 updated - bruteshark
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 9, 2021
1 parent d73f89f commit 6d1acb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bruteshark/bruteshark.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>bruteshark</id>
<title>BruteShark</title>
<version>1.1.3</version>
<version>1.1.4</version>
<authors>Oded Shimon</authors>
<owners>Jonas A. Wendorf</owners>
<summary>Network Analysis Tool</summary>
Expand Down
4 changes: 2 additions & 2 deletions bruteshark/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageName = $env:chocolateyPackageName
$packageArgs = @{
packageName = $packageName
fileType = 'msi'
url64bit = 'https://github.com/odedshimon/BruteShark/releases/download/v1.1.3/BruteSharkDesktopInstaller_x64.msi'
checksum64 = '89da430e30fef9a4ac020e193eb37ab21fb55b4ca4f2301b2845eb2cbc649862'
url64bit = 'https://github.com/odedshimon/BruteShark/releases/download/v1.1.4/BruteSharkDesktopInstaller_x64.msi'
checksum64 = '1751c12fca8c3615b7f27fe8464c453c2af71ede9103c363f98d59a5cba07bd5'
checksumType64 = 'sha256'
silentArgs = '/qn /norestart'
}
Expand Down

0 comments on commit 6d1acb3

Please sign in to comment.