Skip to content

Commit

Permalink
AU: 2 updated - filezilla palemoon
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 7, 2018
1 parent 7a679ea commit ef134f6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/filezilla/filezilla.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>filezilla</id>
<title>FileZilla</title>
<version>3.32.0</version>
<version>3.33.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
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.32.0_win32-setup.exe
x64: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.32.0_win64-setup.exe
x32: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.33.0_win32-setup.exe
x64: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.33.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: 79F7F0A91CDD3310CED5D7878F6E4943E0835C36EB686B1C5133E463E2976E32
checksum64: 3CC2D2EFCE9F981FCA64CC353223BE7DE989EC3FBBD7CDFB665CDC6FD54B808C
checksum32: 0199C5C58725CA352BB658191B5B349358EC067DB59855AF571E85303F6557DF
checksum64: 2C220CBC9EA66B8C26B26E58681E10C23CB42DC4E075CE0C0CDE5B5AD0F554A2

Using AU:

Expand Down
2 changes: 1 addition & 1 deletion automatic/palemoon/palemoon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>palemoon</id>
<title>Pale Moon browser</title>
<version>27.9.0</version>
<version>27.9.1</version>
<authors>Moonchild Productions</authors>
<owners>Redsandro,chocolatey</owners>
<summary>A Firefox-based web browser optimized for modern hardware.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/palemoon/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
$packageArgs = @{
packageName = 'palemoon'
fileType = 'exe'
url = 'http://rm-eu.palemoon.org/release/palemoon-27.9.0.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-27.9.0.win64.installer.exe'
url = 'http://rm-eu.palemoon.org/release/palemoon-27.9.1.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-27.9.1.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = 'b324db9c0a1ee42fa75ca722b7d2c84e4f0ef9adf22dc25588fce16cdf02ada8'
checksum = '74cbc558846d8db6ad305e3c0d91e65b728023cf3766247f380c5a9c7e7eeaf4'
checksumType = 'sha256'
checksum64 = '5a52f732901a23def3e2b7d8b1bb83d7f51c1797ec5d2b2bb719e09f6a2433bb'
checksum64 = '500dc3ff9f47491427c5764f3a248b5a9888030bb4157d6d553534b732dc2de9'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down

0 comments on commit ef134f6

Please sign in to comment.