From 38ff21b5539152da5493f2ea068cfcde4dc8eac5 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Fri, 10 Dec 2021 17:15:13 +0000 Subject: [PATCH] AU: 2 updated - grafana grafana.install [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/ca273d4df74bec1d261e91d15e694827bebb78c1 --- automatic/grafana.install/grafana.install.nuspec | 2 +- automatic/grafana.install/legal/VERIFICATION.txt | 4 ++-- automatic/grafana.install/tools/chocolateyinstall.ps1 | 2 +- automatic/grafana/grafana.nuspec | 2 +- automatic/grafana/legal/VERIFICATION.txt | 4 ++-- automatic/grafana/tools/chocolateyinstall.ps1 | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/automatic/grafana.install/grafana.install.nuspec b/automatic/grafana.install/grafana.install.nuspec index 1fea5fab1..30a67588e 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.3.1 + 8.3.2 Maurice Kevenaar diff --git a/automatic/grafana.install/legal/VERIFICATION.txt b/automatic/grafana.install/legal/VERIFICATION.txt index f5a568a24..10730d73c 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: 7A330B5D38CAEC644059500A23589BAD5EAB83652CCFF1A53D70176CE146B2C2 + checksum32: 4C3565483AEB605DB8D1A25668EB979B8D3C9B054914D4B55D4593A6021B745C File 'LICENSE.txt' is obtained from diff --git a/automatic/grafana.install/tools/chocolateyinstall.ps1 b/automatic/grafana.install/tools/chocolateyinstall.ps1 index 76165379a..5c2867433 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.3.1.windows-amd64.msi" + file = "$toolsdir\grafana-8.3.2.windows-amd64.msi" validExitCodes = @(0,1641,3010) } diff --git a/automatic/grafana/grafana.nuspec b/automatic/grafana/grafana.nuspec index 463ae3b18..52beb880c 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.3.1 + 8.3.2 Maurice Kevenaar, galeksandrp diff --git a/automatic/grafana/legal/VERIFICATION.txt b/automatic/grafana/legal/VERIFICATION.txt index b9d64a578..09087fef1 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: 8E2BA4BABF9C5EC37679A522D15D1A2BFBFFF3699AE1694EE2BAE65F76C11771 + checksum32: 3D231C4FE7E0A65BF2D116F115F89DD51AD6F20FEE092161256FAA00AEEC46E5 File 'LICENSE.txt' is obtained from diff --git a/automatic/grafana/tools/chocolateyinstall.ps1 b/automatic/grafana/tools/chocolateyinstall.ps1 index ce53eab40..dead50982 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.3.1.windows-amd64.zip" + file = "$toolsdir\grafana-8.3.2.windows-amd64.zip" validExitCodes = @(0) }