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 Nov 23, 2021
1 parent 57ee142 commit 146e3a3
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.26.0</version>
<version>0.28.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/brimdata/brim/releases/download/v0.24.0/Brim-Setup.exe'
checksum = '5d2a4c947659c300f047e3b3870a9bc19b81d5ce7cd47a68d74923d2ee46dbee'
url = 'https://github.com/brimdata/brim/releases/download/v0.28.0/Brim-Setup-0.28.0.exe'
checksum = '363fe8954edb1e826d2932d779973293479274a813fd7b5c0dfb67f8732ca9fd'
checksumType = 'sha256'
silentArgs = '--silent'
}
Expand Down

0 comments on commit 146e3a3

Please sign in to comment.