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 Dec 13, 2016
1 parent e074e91 commit 4a86d82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/juju/juju.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>juju</id>
<version>2.1-beta1</version>
<version>2.1-beta2</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/juju</packageSourceUrl>
<owners>AdmiringWorm,chocolatey</owners>
<title>Juju</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/juju/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ $packageArgs = @{
fileType = 'exe'
softwareName = 'Juju'

checksum = 'a3756cacb6ed3f4176c9ddd81e01f6381deedc5f26cd74a31e76055e4327b497'
checksum = 'affc683c79550c2d60f53e73dbdec5dd9317827f979cace0b7aa296aa8a24f8b'
checksumType = 'sha256'
url = 'https://launchpad.net/juju/2.1/2.1-beta1/+download/juju-setup-2.1-beta1.exe'
url = 'https://launchpad.net/juju/2.1/2.1-beta2/+download/juju-setup-2.1-beta2.exe'

silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
validExitCodes= @(0)
Expand Down

0 comments on commit 4a86d82

Please sign in to comment.