Skip to content

Commit

Permalink
AU: 2 updated - dropbox GoogleChrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 31, 2019
1 parent 9161787 commit 7e38e95
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "78.3.114-beta",
"stable": "78.3.112"
"beta": "78.4.119-beta",
"stable": "78.4.119"
}
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>78.3.114-beta</version>
<version>78.4.119</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent }
. "$PSScriptRoot\helper.ps1"

$version = '78.3.114'
$version = '78.4.119'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) {$false} else {$true}
Expand All @@ -11,8 +11,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2078.3.114%20Offline%20Installer.exe'
checksum = '4754e09c7d27341da2fd8d77b74837b536f27cf057ea8c9e7970df48c7dda119'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2078.4.119%20Offline%20Installer.exe'
checksum = '9cde946368171f1680f7575e8142c65628c92e09821ee650b64bb4904d76dbae'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>75.0.3770.142</version>
<version>76.0.3809.87</version>
<title>Google Chrome</title>
<owners>chocolatey</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '75.0.3770.142'
$version = '76.0.3809.87'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = 'f5ae4e45ec177ee53513426aabef2d0c0967584c30327678afb6f77535718357'
checksum64 = 'a5941959bf0f5058702252d411cf39c2982c751f5b662c48b651d94ce4a7ee19'
checksum = 'd8d5c5bab68e4c12fa7b6df631ffd6f6c362f3c67accc81ed31f4dfec257b864'
checksum64 = '4814efd0dbc0a31f00b2ea7eae9d3816260c8bd38611250c83f11ee8cf3f10ec'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down

0 comments on commit 7e38e95

Please sign in to comment.