diff --git a/automatic/grafana.install/grafana.install.nuspec b/automatic/grafana.install/grafana.install.nuspec index a4565a8d0..f762d9ff3 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 - 7.4.3 + 7.5.0-beta1 Maurice Kevenaar diff --git a/automatic/grafana.install/legal/VERIFICATION.txt b/automatic/grafana.install/legal/VERIFICATION.txt index a25de0fe2..9eb1a5720 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: 4BE06DA2E4FBBD90D8C0FA68D27AE64843A21E9A8A894DCF1ABE99B5C3640635 + checksum32: 336466DD3D675F173C6F79A3DADB0F81657E3182C260AB96500F1A9A0F70A6A4 File 'LICENSE.txt' is obtained from diff --git a/automatic/grafana.install/tools/chocolateyinstall.ps1 b/automatic/grafana.install/tools/chocolateyinstall.ps1 index 5a8759751..042779ca3 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-7.4.3.windows-amd64.msi" + file = "$toolsdir\grafana-7.5.0-beta1.windows-amd64.msi" validExitCodes = @(0,1641,3010) } diff --git a/automatic/grafana/grafana.nuspec b/automatic/grafana/grafana.nuspec index 6cfb1534b..7ba4a5119 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.4.3 + 7.5.0-beta1 Maurice Kevenaar, galeksandrp diff --git a/automatic/grafana/legal/VERIFICATION.txt b/automatic/grafana/legal/VERIFICATION.txt index 732437333..9eb81a675 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: E422737A4BF97A826CBFF408EF53B76BA68950A5786BE56E9260206B3BEEF03E + checksum32: B16129458678C136693E16DA7B6D5BBD2144CDBC8291C46473298704F91D634A File 'LICENSE.txt' is obtained from diff --git a/automatic/grafana/tools/chocolateyinstall.ps1 b/automatic/grafana/tools/chocolateyinstall.ps1 index 8e7693153..594bb9239 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.4.3.windows-amd64.zip" + file = "$toolsdir\grafana-7.5.0-beta1.windows-amd64.zip" validExitCodes = @(0) }