From e3d8869dcba5312a7ec6ae456c70d50db9e79c02 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Wed, 14 Feb 2024 10:31:18 +0000 Subject: [PATCH] AU: 2 updated - grafana grafana.install [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/d66983a2768998a4ff5604a51ac99d9625636537 --- automatic/grafana.install/grafana.install.json | 4 +++- automatic/grafana.install/grafana.install.nuspec | 2 +- automatic/grafana.install/legal/VERIFICATION.txt | 6 +++--- automatic/grafana.install/tools/chocolateyinstall.ps1 | 2 +- automatic/grafana/grafana.json | 4 +++- automatic/grafana/grafana.nuspec | 2 +- automatic/grafana/legal/VERIFICATION.txt | 6 +++--- automatic/grafana/tools/chocolateyinstall.ps1 | 2 +- 8 files changed, 16 insertions(+), 12 deletions(-) diff --git a/automatic/grafana.install/grafana.install.json b/automatic/grafana.install/grafana.install.json index f117788923..3f12b0734c 100644 --- a/automatic/grafana.install/grafana.install.json +++ b/automatic/grafana.install/grafana.install.json @@ -1 +1,3 @@ -{} +{ + "10.0": "10.0.11" +} diff --git a/automatic/grafana.install/grafana.install.nuspec b/automatic/grafana.install/grafana.install.nuspec index 8aba3083b3..8308b1082d 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 - 10.3.1 + 10.0.11 Maurice Kevenaar diff --git a/automatic/grafana.install/legal/VERIFICATION.txt b/automatic/grafana.install/legal/VERIFICATION.txt index f019a75bc6..3b6a5e3bc7 100644 --- a/automatic/grafana.install/legal/VERIFICATION.txt +++ b/automatic/grafana.install/legal/VERIFICATION.txt @@ -2,17 +2,17 @@ VERIFICATION Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. -The installer have been downloaded from their official download link listed on +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: 473606609E4A5DC1B470A4084E1C84D32B23FE05E8E74BBE53A7AAB455885295 + checksum32: A691BA05A6AD1D69B3D3AB47811CED6B79B0098CB02AA047C89E46F1CCB7DCF8 File 'LICENSE.txt' is obtained from diff --git a/automatic/grafana.install/tools/chocolateyinstall.ps1 b/automatic/grafana.install/tools/chocolateyinstall.ps1 index 5663135dc0..859a5d341c 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-10.3.1.windows-amd64.msi" + file = "$toolsdir\grafana-10.0.11.windows-amd64.msi" validExitCodes = @(0,1641,3010) } diff --git a/automatic/grafana/grafana.json b/automatic/grafana/grafana.json index f117788923..3f12b0734c 100644 --- a/automatic/grafana/grafana.json +++ b/automatic/grafana/grafana.json @@ -1 +1,3 @@ -{} +{ + "10.0": "10.0.11" +} diff --git a/automatic/grafana/grafana.nuspec b/automatic/grafana/grafana.nuspec index 01817dfcfa..35f064c6aa 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 - 10.3.1 + 10.0.11 Maurice Kevenaar, galeksandrp diff --git a/automatic/grafana/legal/VERIFICATION.txt b/automatic/grafana/legal/VERIFICATION.txt index d87dbd0cd1..807c64b4d4 100644 --- a/automatic/grafana/legal/VERIFICATION.txt +++ b/automatic/grafana/legal/VERIFICATION.txt @@ -2,17 +2,17 @@ VERIFICATION Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. -The installer have been downloaded from their official download link listed on +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: 381A9B0682A178FCB00B10E31540A7F7D9627EBE741FC8048E394F3BC26AA9B3 + checksum32: 67C00858128FD9E19C86F970FDAF424DA024FF5AAD677A584DB1F4F70FE8D321 File 'LICENSE.txt' is obtained from diff --git a/automatic/grafana/tools/chocolateyinstall.ps1 b/automatic/grafana/tools/chocolateyinstall.ps1 index c24c178572..3f61241e05 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-10.3.1.windows-amd64.zip" + file = "$toolsdir\grafana-10.0.11.windows-amd64.zip" validExitCodes = @(0) }