Skip to content

Commit

Permalink
Fix exe sha.
Browse files Browse the repository at this point in the history
  • Loading branch information
Donald Morton committed Mar 19, 2021
1 parent 938fa6b commit cd538a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/chocolatey/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
fileType = 'EXE'
url = 'https://downloads.graylog.org/releases/graylog-collector-sidecar/1.1.0/graylog_sidecar_installer_1.1.0-1.exe'
softwareName = 'graylog-sidecar*'
checksum = '55693ad815021985d8ecc733e918e285dc892233035b6dcac9c11b480bf1af42'
checksum = '08ee296fa6970fec2026d5956bdfcf9eb622dba92c8e5f811ddf3a765041b810'
checksumType = 'sha256'
silentArgs = '/S'
}
Expand Down

0 comments on commit cd538a1

Please sign in to comment.