diff --git a/automatic/juju/juju.json b/automatic/juju/juju.json index f2aa0a754cb..1d0cfcb2422 100644 --- a/automatic/juju/juju.json +++ b/automatic/juju/juju.json @@ -6,5 +6,6 @@ "2.6": "2.6.10", "2.7": "2.7.8", "2.8": "2.8.10", - "2.9": "2.9.32" + "2.9": "2.9.35", + "3.0": "3.0.0" } diff --git a/automatic/juju/juju.nuspec b/automatic/juju/juju.nuspec index 4001bf27fbe..332fab34ddc 100644 --- a/automatic/juju/juju.nuspec +++ b/automatic/juju/juju.nuspec @@ -3,7 +3,7 @@ juju - 2.9.32 + 3.0.0 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 c175ff2ad1c..6348c9a1fbe 100644 --- a/automatic/juju/legal/VERIFICATION.txt +++ b/automatic/juju/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The installer have 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: 80F33D19673F07AFD64F0C84BE6D6CD3DB5BC830D3A4344CE87D0F8694F1A81D + checksum: 4D02AAFECDA4DF98DC146A5E151B5B4FDB1C9BB64C70A3C87142C37803366018 File 'LICENSE.txt' is obtained from diff --git a/automatic/juju/tools/chocolateyinstall.ps1 b/automatic/juju/tools/chocolateyinstall.ps1 index e2eeedcbe1a..1f27e94a80a 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-2.9.32.exe" + file = "$toolsDir\juju-setup-3.0.0.exe" silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"${env:TEMP}\${env:chocolateyPackageName}.${env:chocolateyPackageVersion}.Install.log`"" validExitCodes= @(0) } diff --git a/automatic/mkdocs-material/mkdocs-material.nuspec b/automatic/mkdocs-material/mkdocs-material.nuspec index 5a2d8009e99..ca7b958f2bb 100644 --- a/automatic/mkdocs-material/mkdocs-material.nuspec +++ b/automatic/mkdocs-material/mkdocs-material.nuspec @@ -4,7 +4,7 @@ mkdocs-material MkDocs Material Theme - 8.5.6 + 8.5.7 Martin Donath chocolatey-community http://squidfunk.github.io/mkdocs-material/ diff --git a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 index bc6720e2d19..30924442045 100644 --- a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 +++ b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 @@ -1,6 +1,6 @@ Update-SessionEnvironment -$version = '8.5.6' +$version = '8.5.7' $proxy = Get-EffectiveProxy if ($proxy) {