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 Jan 10, 2021
1 parent 83c3720 commit 5c72dbc
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.21.1</version>
<version>0.22.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.21.1/Brim-Setup.exe'
checksum = '6a52e2f274ffa35349ad366421e657cf300672c50802daa5e48ec8bf99f6071b'
url = 'https://github.com/brimsec/brim/releases/download/v0.22.0/Brim-Setup.exe'
checksum = ''
checksumType = 'sha256'
silentArgs = '--silent'
}
Expand Down

0 comments on commit 5c72dbc

Please sign in to comment.