diff --git a/automatic/juju/juju.nuspec b/automatic/juju/juju.nuspec index 2c5e3bee765..4648ab56c35 100644 --- a/automatic/juju/juju.nuspec +++ b/automatic/juju/juju.nuspec @@ -4,7 +4,7 @@ you should use an editor that supports UTF-8, not this one. --> juju - 2.1-beta2 + 2.1-beta3 https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/juju AdmiringWorm,chocolatey Juju diff --git a/automatic/juju/legal/VERIFICATION.txt b/automatic/juju/legal/VERIFICATION.txt index 05c102c8280..d0456fceff0 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: AFFC683C79550C2D60F53E73DBDEC5DD9317827F979CACE0B7AA296AA8A24F8B + checksum: 946D8175E3FB9EDC5775DC3876317FF91039B3C6C5329F5DB46FC24606A51A5C File 'LICENSE.txt' is obtained from diff --git a/automatic/juju/tools/chocolateyinstall.ps1 b/automatic/juju/tools/chocolateyinstall.ps1 index 9d628ef60c8..94a935cff53 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.1-beta2.exe" + file = "$toolsDir\juju-setup-2.1-beta3.exe" silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' validExitCodes= @(0) }