diff --git a/automatic/grafana.install/grafana.install.nuspec b/automatic/grafana.install/grafana.install.nuspec index 692c17c96..23a7bc357 100644 --- a/automatic/grafana.install/grafana.install.nuspec +++ b/automatic/grafana.install/grafana.install.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 8.2.3 + 8.2.4 Maurice Kevenaar diff --git a/automatic/grafana.install/legal/VERIFICATION.txt b/automatic/grafana.install/legal/VERIFICATION.txt index 3b5cafd7c..76019ca54 100644 --- a/automatic/grafana.install/legal/VERIFICATION.txt +++ b/automatic/grafana.install/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The installer have been downloaded from their official download link listed on < and can be verified like this: 1. Download the following installers: - 32-Bit: + 32-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: 64DFE625CAC9D7B1F000DBABB305C115B92523AACF60D059C8C8AD52417E5478 + checksum32: 41521A6860C3C6DAC7A2A9C846F65FD586048F6140A3E2C96A1BE50093D0A0A1 File 'LICENSE.txt' is obtained from diff --git a/automatic/grafana.install/tools/chocolateyinstall.ps1 b/automatic/grafana.install/tools/chocolateyinstall.ps1 index 9c023b3f1..90ddaf32c 100644 --- a/automatic/grafana.install/tools/chocolateyinstall.ps1 +++ b/automatic/grafana.install/tools/chocolateyinstall.ps1 @@ -6,7 +6,7 @@ $packageArgs = @{ softwareName = 'GrafanaOSS*' fileType = 'msi' silentArgs = "/qn /norestart /l*v `"$env:TEMP\$env:ChocolateyPackageName.$env:ChocolateyPackageVersion.log`"" - file = "$toolsdir\grafana-8.2.3.windows-amd64.msi" + file = "$toolsdir\grafana-8.2.4.windows-amd64.msi" validExitCodes = @(0,1641,3010) } diff --git a/automatic/grafana/grafana.nuspec b/automatic/grafana/grafana.nuspec index 3a5b14f5e..576ca76b4 100644 --- a/automatic/grafana/grafana.nuspec +++ b/automatic/grafana/grafana.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 8.2.3 + 8.2.4 Maurice Kevenaar, galeksandrp diff --git a/automatic/grafana/legal/VERIFICATION.txt b/automatic/grafana/legal/VERIFICATION.txt index daf5b4099..1583d3f5a 100644 --- a/automatic/grafana/legal/VERIFICATION.txt +++ b/automatic/grafana/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The installer have been downloaded from their official download link listed on < and can be verified like this: 1. Download the following installers: - 32-Bit: + 32-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: D5E2092D54E76EB7E14ED2232B983BF1A4B9908C3C9E137E6AE9A9AA583EA185 + checksum32: 3EA7EF8092E413470D7BEF89102C9A414E77823F3A62129D3FCAD323633C0CE5 File 'LICENSE.txt' is obtained from diff --git a/automatic/grafana/tools/chocolateyinstall.ps1 b/automatic/grafana/tools/chocolateyinstall.ps1 index 791fae91f..e75e8af1a 100644 --- a/automatic/grafana/tools/chocolateyinstall.ps1 +++ b/automatic/grafana/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $toolsDir fileType = 'exe' - file = "$toolsdir\grafana-8.2.3.windows-amd64.zip" + file = "$toolsdir\grafana-8.2.4.windows-amd64.zip" validExitCodes = @(0) }