diff --git a/dist/chocolatey/tools/chocolateyinstall.ps1 b/dist/chocolatey/tools/chocolateyinstall.ps1 index 790c469..89275a6 100644 --- a/dist/chocolatey/tools/chocolateyinstall.ps1 +++ b/dist/chocolatey/tools/chocolateyinstall.ps1 @@ -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' }