diff --git a/automatic/grafana/grafana.nuspec b/automatic/grafana/grafana.nuspec index d8fceaf605..53409a0971 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 - 7.1.0 + 7.1.1 Maurice Kevenaar, galeksandrp diff --git a/automatic/grafana/legal/VERIFICATION.txt b/automatic/grafana/legal/VERIFICATION.txt index 4b5aa7965b..4369620049 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: 84961388ACDB8134E29558EF80AD989178BE95098808FB75DDD0AD3268BE570C + checksum32: DE586C6232CE9026DF097AFE3AF843F0097AB578409BE634F5BA4420FF3E786E File 'LICENSE.txt' is obtained from diff --git a/automatic/grafana/tools/chocolateyinstall.ps1 b/automatic/grafana/tools/chocolateyinstall.ps1 index 1bd1a65710..f8d78b2389 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-7.1.0.windows-amd64.zip" + file = "$toolsdir\grafana-7.1.1.windows-amd64.zip" validExitCodes = @(0) }