Skip to content

Commit

Permalink
AU: 2 updated - filezilla smartftp
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Jan 18, 2021
1 parent 27c8c0e commit 7355b03
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.52.0.5</version>
<version>3.52.2</version>
<authors>Tim Kosse, other FileZilla committers</authors>
<owners>chocolatey-community, 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.52.0.5_win32-setup.exe?h=2OkMxmd9K9yoPzbgu095cg&x=1610111349
x64: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.52.0.5_win64-setup.exe?h=2PFoNChGUGsfuq5NGWsdIg&x=1610111349
x32: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.52.2_win32-setup.exe?h=8fnMhj1zS53EHRe4NCON2w&x=1610996939
x64: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.52.2_win64-setup.exe?h=j8Y21nO83lyBSkRjvKQZiQ&x=1610996939

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: 15569376EAFFD7A989CCEAC681C696DB4D5248FC253938643352E694E79626F1
checksum64: C4FA9DC6C64763CD7371780B36617A555D997950521062125D2F82BC05AE29F8
checksum32: 256630F8A960DC55B35FF9EBA97081FA0CDD8D7DD56DD2D708715DD632BF2886
checksum64: 4C9E0E07EAAFABFE7BE191D1E7C94487FE915D149D19B2DCFC86E40269B4AB5D

Using AU:

Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey-community</owners>
<version>9.0.2829.0</version>
<version>9.0.2830.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
4 changes: 2 additions & 2 deletions automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'msi'
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '0b4cdb5307bcd5e49643186ec42e6a41bf47999eea62529a92deed5ad2ce2bef'
checksum64 = '036304f88f6b49ca432fc2cfd460c6a1f9760aa2cb2c69264ef21b1fda8ab76d'
checksum = '6491714e397dfdfa36e2303a2d03155af5fb15a1110c56d8e16894b3aa8aa14c'
checksum64 = 'f7bfd043ac19884e27e27986883080032fe98ab0a9071019b06de2643eff5489'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit 7355b03

Please sign in to comment.