Skip to content

Commit

Permalink
AU: 2 updated - filezilla mono
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 24, 2019
1 parent ac9a599 commit c5ba257
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.44.2</version>
<version>3.45.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://dl2.cdn.filezilla-project.org/client/FileZilla_3.44.2_win32-setup.exe?h=JJoM2UH_r-dhT1q2Qeikdw&x=1566306479
x64: https://dl2.cdn.filezilla-project.org/client/FileZilla_3.44.2_win64-setup.exe?h=a0Ys2_E3IkgcCgbQmGcVnA&x=1566306479
x32: https://dl2.cdn.filezilla-project.org/client/FileZilla_3.45.0_win32-setup.exe?h=75nptpu64OL5HDLttdOfEQ&x=1569352142
x64: https://dl2.cdn.filezilla-project.org/client/FileZilla_3.45.0_win64-setup.exe?h=qKHcR9Mvrf_5VlJ3LOHqrA&x=1569352142

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: CEB6B15CBA65738D4E301D2423E1C793F5FFE9924E12E20F9D814FDE62486D89
checksum64: FFDFFAAB4075C12E6EBE3CC3F03FCE7CC34DD3BA9A2D262A8835279F68025065
checksum32: 917FBCB39DD1C832DEBD55E1DA71F36DAF19703328A03871F789999116FDCA50
checksum64: DC0D40174C8675CF784B6B106B8C47C93C4388937D0C8AB6C95370F983FBC838

Using AU:

Expand Down
2 changes: 1 addition & 1 deletion automatic/mono/mono.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>mono</id>
<version>6.0.0.334</version>
<version>6.4.0.198</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/mono</packageSourceUrl>
<title>Mono</title>
<authors>Miguel de Icaza, other Mono committers</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/mono/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
url = 'https://download.mono-project.com/archive/6.0.0/windows-installer/mono-6.0.0.334-gtksharp-2.12.45-win32-0.msi'
url64bit = 'https://download.mono-project.com/archive/6.0.0/windows-installer/mono-6.0.0.334-x64-0.msi'
url = 'https://download.mono-project.com/archive/6.4.0/windows-installer/mono-6.4.0.198-gtksharp-2.12.45-win32-0.msi'
url64bit = 'https://download.mono-project.com/archive/6.4.0/windows-installer/mono-6.4.0.198-x64-0.msi'
softwareName = 'Mono for Windows*'
checksum = 'c6d910d864c37d65d372d668fe059e6774857bfd9e065927b0a4c7a177594537'
checksum = '8957ca62bed562dc12d1e03baf2691901a73907459f54871789de2943225aaa1'
checksumType = 'sha256'
checksum64 = 'adc8df0ee8087733e8a745e2b96e2eef09bf8d27be45ed75c5654c11ca898f11'
checksum64 = '4f135b672017ea861539320cdba124768364fd653d7736d3498dc77cc249abe1'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit c5ba257

Please sign in to comment.