Skip to content

Commit

Permalink
AU: 2 updated - chromium dropbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 4, 2019
1 parent 5bec3d7 commit c2ca9cb
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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": "75.0.3756.0-snapshots",
"snapshots": "75.0.3757.0-snapshots",
"stable": "73.0.3683.86"
}
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>75.0.3756.0-snapshots</version>
<version>75.0.3757.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/647127/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/647127/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/647606/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/647611/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: 43CA61CBA2576C7A7E4E54C6651BF7B816642D6B4D7B7D4DCC3E34E2EC2C0209
checksum64: C192BECF2E65E935BB2B43664720E476399DAD4B5C685EB0A458A516D525BC54
checksum32: BB319FE4CDB8913EDD706C297C91A1B6BA02280AC5E78CB25A95AB92F6452C7E
checksum64: 047F530E5E686840B424E81F92745C89ABB4EDBBDFC70DF03D9C84DF031A2BCD

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 = "75.0.3756.0-snapshots"
$version = "75.0.3757.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/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "70.3.87-beta",
"beta": "70.3.89-beta",
"stable": "69.4.102"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>70.3.87-beta</version>
<version>70.3.89-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox*"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2070.3.87%20Offline%20Installer.exe'
checksum = '988a9b467ed60bdfa94d4a319d67eb86e2312c7db734cc0eaab1ead60ab5028b'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2070.3.89%20Offline%20Installer.exe'
checksum = 'b243ad5506b480a30d84f924d9dbecf371cff1f0ffb281ada90609244cd4808b'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down

0 comments on commit c2ca9cb

Please sign in to comment.