Skip to content

Commit

Permalink
AU: 1 updated - juju
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 4, 2019
1 parent 9c26411 commit 1d2fd13
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/juju/juju.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"2.3": "2.3.8",
"2.4": "2.4.6",
"2.5": "2.5.7",
"2.6": "2.6.1"
"2.6": "2.6.3"
}
2 changes: 1 addition & 1 deletion automatic/juju/juju.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>juju</id>
<version>2.6.1</version>
<version>2.6.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/juju</packageSourceUrl>
<owners>AdmiringWorm,chocolatey</owners>
<title>Juju</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/juju/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The installer have been downloaded from their launchpad page <https://launchpad.
The same download links are also located in their docs <https://jujucharms.com/docs/stable/reference-releases>
and can be verified like this:

1. Go to <https://launchpad.net/juju/2.6/2.6.1/+download/juju-setup-2.6.1.exe>
1. Go to <https://launchpad.net/juju/2.6/2.6.3/+download/juju-setup-2.6.3.exe>
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: DD1D1F08B1FA851E88AA68E476FEACFFA86B211B77A1D07D956F32B4BDF1B2DF
checksum: 793514B69B2F43198341D33E46149D4BEE235F25292B92DA465CEEEE83C57EE5

File 'LICENSE.txt' is obtained from <https://github.com/juju/juju/blob/1a64fe64d6c5d9aacbda27a1fea925e078f191f2/LICENCE>
2 changes: 1 addition & 1 deletion automatic/juju/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'juju'
fileType = 'exe'
softwareName = 'Juju'
file = "$toolsDir\juju-setup-2.6.1.exe"
file = "$toolsDir\juju-setup-2.6.3.exe"
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"${env:TEMP}\${env:chocolateyPackageName}.${env:chocolateyPackageVersion}.Install.log`""
validExitCodes= @(0)
}
Expand Down

0 comments on commit 1d2fd13

Please sign in to comment.