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 Apr 1, 2022
1 parent 5a3e396 commit 85ac654
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions brim/brim.nuspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>brim</id>
<title>Brim</title>
<version>0.28.0</version>
<version>0.29.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.28.0/Brim-Setup-0.28.0.exe'
checksum = '363fe8954edb1e826d2932d779973293479274a813fd7b5c0dfb67f8732ca9fd'
url = 'https://github.com/brimdata/brim/releases/download/v0.29.0/Brim-Setup-0.29.0.exe'
checksum = '5208435e4b886e4a2b84eece27e0436948281647d5a0b8b4937756d97be812ee'
checksumType = 'sha256'
silentArgs = '/S'
}
Expand Down

0 comments on commit 85ac654

Please sign in to comment.