diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index b5798c36498..cc2f5e8d239 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "160.3.4611-beta", + "beta": "160.3.4633-beta", "stable": "159.4.5870" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 41ea236e537..3369a0b4178 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 159.4.5870 + 160.3.4633-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 82bf2ac24ea..66eeeccf633 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '159.4.5870' +$version = '160.3.4633' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true } @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20159.4.5870%20Offline%20Installer.x86.exe' - checksum = '27efbd59ecda59dc3ff3f785f60c61a7e048fccf74e6ef9128c4c6720487a781' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20160.3.4633%20Offline%20Installer.x86.exe' + checksum = '6bf709a10c20bc58568ce0c178087390680e5544564c2a52e11f42a2c98b2a0e' fileType = 'exe' checksumType = 'sha256' silentArgs = '/s'