diff --git a/automatic/grafana.install/grafana.install.nuspec b/automatic/grafana.install/grafana.install.nuspec index eeb492420..77902e184 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 - 9.1.7 + 9.2.0 Maurice Kevenaar diff --git a/automatic/grafana.install/legal/VERIFICATION.txt b/automatic/grafana.install/legal/VERIFICATION.txt index f0ffb2f59..65eeb6916 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: 28AE7E0615021391D75474DBC35DE8815CF5BBD22D9FCC5AC48A34516E10D6D1 + checksum32: 05261617BEC646C2C5256FFBF0DB52110695BF66A97FD3329C9590FF8758CB12 File 'LICENSE.txt' is obtained from diff --git a/automatic/grafana.install/tools/chocolateyinstall.ps1 b/automatic/grafana.install/tools/chocolateyinstall.ps1 index 7187887ee..afe888805 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-9.1.7.windows-amd64.msi" + file = "$toolsdir\grafana-9.2.0.windows-amd64.msi" validExitCodes = @(0,1641,3010) } diff --git a/automatic/grafana/grafana.nuspec b/automatic/grafana/grafana.nuspec index d30f1b216..60d6a5c32 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 - 9.1.7 + 9.2.0 Maurice Kevenaar, galeksandrp diff --git a/automatic/grafana/legal/VERIFICATION.txt b/automatic/grafana/legal/VERIFICATION.txt index 78605f2b6..7cc5965ef 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: 07C7F8B9D600F7A43254532BABE27BA3C2CEFC06A48F5FE9F67D4387EA78FC8F + checksum32: BE98CF721E6B3C623B2A0FD45AFA6F73E784867EC2EBEBCBA1DF140BA5B28130 File 'LICENSE.txt' is obtained from diff --git a/automatic/grafana/tools/chocolateyinstall.ps1 b/automatic/grafana/tools/chocolateyinstall.ps1 index d0802fbf7..8afe89b47 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-9.1.7.windows-amd64.zip" + file = "$toolsdir\grafana-9.2.0.windows-amd64.zip" validExitCodes = @(0) } diff --git a/automatic/pycharm-community/pycharm-community.nuspec b/automatic/pycharm-community/pycharm-community.nuspec index b9097fa24..9cf33203c 100644 --- a/automatic/pycharm-community/pycharm-community.nuspec +++ b/automatic/pycharm-community/pycharm-community.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 2022.2.2 + 2022.2.3 Maurice Kevenaar; klondikemarlen diff --git a/automatic/pycharm-community/tools/chocolateyInstall.ps1 b/automatic/pycharm-community/tools/chocolateyInstall.ps1 index 4069dbfc8..f6b2e015d 100644 --- a/automatic/pycharm-community/tools/chocolateyInstall.ps1 +++ b/automatic/pycharm-community/tools/chocolateyInstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://download.jetbrains.com/python/pycharm-community-2022.2.2.exe' -$checksum = '3e31a2c0c01404912870fbe738d7f9e9466144c6e6b55ac7d166600e21d2199f' +$url = 'https://download.jetbrains.com/python/pycharm-community-2022.2.3.exe' +$checksum = '8762a4ee2123e9e0c01e03f43c23f25da26cc88b0e869e5b83c969e6a6801db6' $checksumType = 'sha256' # Workaround for https://youtrack.jetbrains.com/issue/IDEA-202935 diff --git a/automatic/pycharm/pycharm.nuspec b/automatic/pycharm/pycharm.nuspec index 91f714297..0fd758d1e 100644 --- a/automatic/pycharm/pycharm.nuspec +++ b/automatic/pycharm/pycharm.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 2022.2.2 + 2022.2.3 Maurice Kevenaar; Sanshiro diff --git a/automatic/pycharm/tools/chocolateyinstall.ps1 b/automatic/pycharm/tools/chocolateyinstall.ps1 index 2f8aa8e4b..0ae1230e1 100644 --- a/automatic/pycharm/tools/chocolateyinstall.ps1 +++ b/automatic/pycharm/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://download.jetbrains.com/python/pycharm-professional-2022.2.2.exe' -$checksum = '30a2ac266601c46b5d52083ffb834a3aa2cd3a14593ea4c399c5fa93a5803956' +$url = 'https://download.jetbrains.com/python/pycharm-professional-2022.2.3.exe' +$checksum = 'cd6acaf0a931a53355debd656d1157e53538a55e1ea7d22ce592c5cfec91fdd2' $checksumType = 'sha256' # Workaround for https://youtrack.jetbrains.com/issue/IDEA-202935