From 2313187465491974d2d23e2746d1694c1e0afe6d Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 5 Oct 2023 18:14:28 +0000 Subject: [PATCH] AU: 2 updated - datagrip juju [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/23242539def9a6f1d6d6354d0af043908d5f26c7 --- automatic/datagrip/datagrip.nuspec | 2 +- automatic/datagrip/tools/ChocolateyInstall.ps1 | 4 ++-- automatic/juju/juju.json | 2 +- automatic/juju/juju.nuspec | 2 +- automatic/juju/legal/VERIFICATION.txt | 4 ++-- automatic/juju/tools/chocolateyinstall.ps1 | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/automatic/datagrip/datagrip.nuspec b/automatic/datagrip/datagrip.nuspec index 14793e7ba08..87745bfa6a2 100644 --- a/automatic/datagrip/datagrip.nuspec +++ b/automatic/datagrip/datagrip.nuspec @@ -3,7 +3,7 @@ datagrip - 2023.2 + 2023.2.2 JetBrains DataGrip JetBrains https://www.datagrip.org/terms.php diff --git a/automatic/datagrip/tools/ChocolateyInstall.ps1 b/automatic/datagrip/tools/ChocolateyInstall.ps1 index 11485a08a70..323d4b2d0db 100644 --- a/automatic/datagrip/tools/ChocolateyInstall.ps1 +++ b/automatic/datagrip/tools/ChocolateyInstall.ps1 @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir $arguments = @{ packageName = $env:ChocolateyPackageName softwareName = 'JetBrains DataGrip*' - url = 'https://download.jetbrains.com/datagrip/datagrip-2023.2.exe' - checksum = '4dd6346de1ec523c3ade223c8d39f9c98743626811d0af21fe7b46f99c7859e5' + url = 'https://download.jetbrains.com/datagrip/datagrip-2023.2.2.exe' + checksum = '1452af7f1cb3d0c9390bc15c801165ea74eca9dfb248e143b12f4a1e9653235a' fileType = 'exe' checksumType = 'sha256' silentArgs = $silentArgs diff --git a/automatic/juju/juju.json b/automatic/juju/juju.json index 1a304c45e7c..562939d0018 100644 --- a/automatic/juju/juju.json +++ b/automatic/juju/juju.json @@ -8,7 +8,7 @@ "2.8": "2.8.10", "2.9": "2.9.38", "3.0": "3.0.3", - "3.1": "3.1.5", + "3.1": "3.1.6", "3.2": "3.2.3", "3.3": "3.3-beta1" } diff --git a/automatic/juju/juju.nuspec b/automatic/juju/juju.nuspec index 133f8a8e37d..e26db32985d 100644 --- a/automatic/juju/juju.nuspec +++ b/automatic/juju/juju.nuspec @@ -3,7 +3,7 @@ juju - 3.2.3 + 3.1.6 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/juju chocolatey-community,AdmiringWorm Juju diff --git a/automatic/juju/legal/VERIFICATION.txt b/automatic/juju/legal/VERIFICATION.txt index ffc8e300454..fb9504bbbac 100644 --- a/automatic/juju/legal/VERIFICATION.txt +++ b/automatic/juju/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The installer has been downloaded from their launchpad page and can be verified like this: -1. Go to +1. Go to to download the installer 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 - checksum: 7B5EA0A5F25611620105F689D1D914F7E51CD284E70E3AB104B02659A6522A38 + checksum: B8BE11E2D86BF54E0843839CB14313C7C6B5801F220E935BA71C94F711E04C7C File 'LICENSE.txt' is obtained from diff --git a/automatic/juju/tools/chocolateyinstall.ps1 b/automatic/juju/tools/chocolateyinstall.ps1 index b8da38b994c..fa2d7bc9268 100644 --- a/automatic/juju/tools/chocolateyinstall.ps1 +++ b/automatic/juju/tools/chocolateyinstall.ps1 @@ -6,7 +6,7 @@ $packageArgs = @{ packageName = 'juju' fileType = 'exe' softwareName = 'Juju' - file = "$toolsDir\juju-setup-3.2.3.exe" + file = "$toolsDir\juju-setup-3.1.6.exe" silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"${env:TEMP}\${env:chocolateyPackageName}.${env:chocolateyPackageVersion}.Install.log`"" validExitCodes= @(0) }