Skip to content

Commit

Permalink
AU: 2 updated - filezilla juju
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 27, 2018
1 parent 27aa5e0 commit 428c5d4
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/filezilla/filezilla.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>filezilla</id>
<title>FileZilla</title>
<version>3.35.2</version>
<version>3.36.0</version>
<authors>Tim Kosse, other FileZilla committers</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>FileZilla – The free FTP solution</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/filezilla/legal/VERIFICATION.txt
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://dl1.cdn.filezilla-project.org/client/FileZilla_3.35.2_win32-setup.exe
x64: https://dl1.cdn.filezilla-project.org/client/FileZilla_3.35.2_win64-setup.exe
x32: https://dl2.cdn.filezilla-project.org/client/FileZilla_3.36.0_win32-setup.exe
x64: https://dl2.cdn.filezilla-project.org/client/FileZilla_3.36.0_win64-setup.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 48D829267C81219D55A278C2C10B6B96F9C58B58D9D708649657EA9F1B3D2F62
checksum64: 05E1F343D3882992D0B944DD6F2E8F6AF1E696B18D666CA314F87FCC8BB930A2
checksum32: 410FC20FBEB658E4EEA67E6D347590CAA0BD0B75636D9B769071358441D860B7
checksum64: 9E675111F5D1B723D166FD8FFAF23F0E8D3BD38F0DC91A9F9FE187D227D34DEB

Using AU:

Expand Down
2 changes: 1 addition & 1 deletion automatic/juju/juju.json
@@ -1,5 +1,5 @@
{
"2.2": "2.2.9",
"2.3": "2.3.8",
"2.4": "2.4.1"
"2.4": "2.4.2"
}
2 changes: 1 addition & 1 deletion automatic/juju/juju.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>juju</id>
<version>2.4.1</version>
<version>2.4.2</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
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.1/+download/juju-setup-2.4.1.exe>
1. Go to <https://launchpad.net/juju/2.4/2.4.2/+download/juju-setup-2.4.2.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: DCB8706D02BE915E5CD382A7041E29479112A2FE7EFAB8F0AFAAA62B1DFF8BDE
checksum: 91FB6C495C666C37BB5EC7E1CA7C59A0C99A109C4DC6502A87100315E0DD298D

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
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'juju'
fileType = 'exe'
softwareName = 'Juju'
file = "$toolsDir\juju-setup-2.4.1.exe"
file = "$toolsDir\juju-setup-2.4.2.exe"
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"${env:TEMP}\${env:chocolateyPackageName}.${env:chocolateyPackageVersion}.Install.log`""
validExitCodes= @(0)
}
Expand Down

0 comments on commit 428c5d4

Please sign in to comment.