Skip to content

Commit

Permalink
AU: 2 updated - chromium filezilla
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 9, 2019
1 parent 968cd87 commit 651a035
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "78.0.3878.0-snapshots",
"snapshots": "78.0.3879.0-snapshots",
"stable": "75.0.3770.142"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>78.0.3878.0-snapshots</version>
<version>78.0.3879.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/685125/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/685125/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/685567/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/685566/mini_installer.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 5F9D2D32358A5CEEDABA48F5F8C1B786982133AB233302DA582FAD5EC40144DC
checksum64: 5A7AE30BABD352F5D94BECECB67A399272651C1493F73AAE11E53D63CDAC7747
checksum32: 16E2E100E74BC796FE144D415DE23BD84941BB2E4C8268CA7A02B39BA66CD387
checksum64: A64C5C63193A9C518984D00F37D75D95045F7711B63B14B138737984E8540B92

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "78.0.3878.0-snapshots"
$version = "78.0.3879.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
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.43.0</version>
<version>3.44.1</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://dl1.cdn.filezilla-project.org/client/FileZilla_3.43.0_win32-setup.exe?h=n4garG1RpceXdZSQbphVuA&x=1561662464
x64: https://dl1.cdn.filezilla-project.org/client/FileZilla_3.43.0_win64-setup.exe?h=zkeIgqEt7U5XlX4-281CLQ&x=1561662464
x32: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.44.1_win32-setup.exe?h=KSWQObiv8DWwI5vjlEvDCg&x=1565377667
x64: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.44.1_win64-setup.exe?h=ZW7aL2SLB-kdo8apLmFxlw&x=1565377667

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: B9B6D067905D80DD690E124E2E040688A2D7D6C52A0A05A017AB156DBD0942B8
checksum64: 77C530476E32095B44A88E6D6D9C1DA954123265EA1676DCD761DE636958B6A4
checksum32: 8931C661B851B3214E4FE48A2A088B25F64FAEC41699B4F446A7C557AB5437AC
checksum64: 6B3331FAC242EC1E85B50C9D3B877C5A5166485BD40A9BEA32E13464122E260E

Using AU:

Expand Down

0 comments on commit 651a035

Please sign in to comment.