Skip to content

Commit

Permalink
AU: 2 updated - 1password juju
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 26, 2018
1 parent e1dd77d commit 3cb8fb5
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/1password/1password.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"OPW": "7.1.567",
"OPW": "7.2.572-beta",
"OPW4": "4.6.2.626"
}
2 changes: 1 addition & 1 deletion automatic/1password/1password.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>1password</id>
<version>7.1.567</version>
<version>7.2.572-beta</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey, AgileBits</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/1password/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.1.567.exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.2.572.BETA.exe'
softwareName = '1Password*'
checksum = 'bf13e2c66b79cc0b72f21214b8a0130c50ee5acb27769362afbf53baf5f21ba9'
checksum = '9a9901b4ee34b9a5cc2d5f1e10e05aa4d52863493f805508d0ae94b111294071'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/juju/juju.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"2.2": "2.2.9",
"2.3": "2.3.8",
"2.4": "2.4.0"
"2.4": "2.4.1"
}
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.4.0</version>
<version>2.4.1</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/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.4/2.4.0/+download/juju-setup-2.4.0.exe>
1. Go to <https://launchpad.net/juju/2.4/2.4.1/+download/juju-setup-2.4.1.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: 1BE8DB765D2BAC36FE4B75F072FCB48705E34DAB3AC68A6245B2895C9BBB5EB0
checksum: DCB8706D02BE915E5CD382A7041E29479112A2FE7EFAB8F0AFAAA62B1DFF8BDE

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.4.0.exe"
file = "$toolsDir\juju-setup-2.4.1.exe"
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"${env:TEMP}\${env:chocolateyPackageName}.${env:chocolateyPackageVersion}.Install.log`""
validExitCodes= @(0)
}
Expand Down

0 comments on commit 3cb8fb5

Please sign in to comment.