diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index 5dece162ef9..b7c2201e1ff 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "191.3.4870-beta", + "beta": "191.3.4892-beta", "stable": "190.4.6383" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 6137401747d..3a5ee3c2df6 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 191.3.4870-beta + 191.3.4892-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 13eba29808d..75fd9fcee3e 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '191.3.4870' +$version = '191.3.4892' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true } @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20191.3.4870%20Offline%20Installer.x86.exe' - url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20191.3.4870%20Offline%20Installer.x64.exe' - checksum = 'd3c4fe1eeb7511607e00f40fdc5fe92f37dec2ddef35a1197f3061591591a648' - checksum64 = '1e765402fee74df0de6a63b4f7c4d188c040052ddc837f8f9ce59f1ba3c0a328' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20191.3.4892%20Offline%20Installer.x86.exe' + url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20191.3.4892%20Offline%20Installer.x64.exe' + checksum = '1175e089a11a9c178935eeac024714630dabb66513ef820f39f89386f8681c31' + checksum64 = 'c8850c77932753da275bca5cf4f7cf672a9bdd4a5a0f994a67da3be3a9b0524a' fileType = 'exe' checksumType = 'sha256' checksumType64 = 'sha256'