diff --git a/automatic/grafana.install/grafana.install.json b/automatic/grafana.install/grafana.install.json index f11778892..3f12b0734 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 8aba3083b..8308b1082 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 f019a75bc..3b6a5e3bc 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 5663135dc..859a5d341 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 f11778892..3f12b0734 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 01817dfcf..35f064c6a 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 d87dbd0cd..807c64b4d 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 c24c17857..3f61241e0 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) }