Skip to content

Commit

Permalink
AU: 1 updated - juju
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 7, 2023
1 parent 57b12fd commit 2fef388
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion automatic/juju/juju.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"2.9": "2.9.38",
"3.0": "3.0.3",
"3.1": "3.1.5",
"3.2": "3.2.0"
"3.2": "3.2.2",
"3.3": "3.3-beta1"
}
4 changes: 2 additions & 2 deletions 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>3.1.5</version>
<version>3.3-beta1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/juju</packageSourceUrl>
<owners>chocolatey-community,AdmiringWorm</owners>
<title>Juju</title>
Expand All @@ -22,7 +22,7 @@
Juju is an application and service modelling tool that enables you to quickly model, configure, deploy and manage applications in the cloud with only a few commands. Use it to deploy hundreds of preconfigured services, OpenStack, or your own code to any public or private cloud.
]]></description>
<releaseNotes>https://discourse.charmhub.io/t/roadmap-releases/5064</releaseNotes>
<releaseNotes>https://github.com/juju/juju/releases/tag/juju-3.3-beta1</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
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 has been downloaded from their launchpad page <https://launchpad.n
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/3.1/3.1.5/+download/juju-setup-3.1.5.exe>
1. Go to <https://launchpad.net/juju/3.3/3.3-beta1/+download/juju-setup-3.3-beta1.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: 333C24D9EF03949F26979F9C9F659431949C56FB59065BC7F08A8B54ACF67F51
checksum: D45A99354F73EB6BB3D5865DF43B0528516872E374AD1003B639EDA180084C69

File 'LICENSE.txt' is obtained from <https://github.com/juju/juju/blob/0b9d2d867111e1476ace5483c9868960cfe22ba1/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-3.1.5.exe"
file = "$toolsDir\juju-setup-3.3-beta1.exe"
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"${env:TEMP}\${env:chocolateyPackageName}.${env:chocolateyPackageVersion}.Install.log`""
validExitCodes= @(0)
}
Expand Down

0 comments on commit 2fef388

Please sign in to comment.