Skip to content

Commit

Permalink
AU: 1 updated - brim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 6, 2020
1 parent c9d0bd0 commit 238bdde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion brim/brim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>brim</id>
<title>Brim</title>
<version>0.8.0</version>
<version>0.10.0</version>
<authors>Brim</authors>
<owners>Jonas A. Wendorf</owners>
<summary>Desktop application to efficiently search large packet captures and Zeek logs.</summary>
Expand Down
4 changes: 2 additions & 2 deletions brim/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 = 'exe'
url = 'https://github.com/brimsec/brim/releases/download/v0.8.0/Brim-Setup.exe'
checksum = '705FEE6E0F1302AC95B538E617BE0ED0E3054867660E69C855B6269122AAEB5E'
url = 'https://github.com/brimsec/brim/releases/download/v0.10.0/Brim-Setup.exe'
checksum = ''
checksumType = 'sha256'
silentArgs = '--silent'
}
Expand Down

0 comments on commit 238bdde

Please sign in to comment.