From df635cf9bdccf7154eb31018b05b3cd65a72c0be Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Fri, 6 Mar 2020 18:17:53 +0000 Subject: [PATCH] AU: 1 updated - dropbox [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/21487447a02bd71c0740a09f48ca3d1a2e6b9f02 --- automatic/dropbox/dropbox.json | 2 +- automatic/dropbox/dropbox.nuspec | 2 +- automatic/dropbox/tools/chocolateyinstall.ps1 | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index d349f0399e5..bfece7e2a9b 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "93.3.258-beta", + "beta": "93.3.262-beta", "stable": "93.3.258" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 841992d032e..3e69c38efd8 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 93.3.258 + 93.3.262-beta Dropbox Dropbox chocolatey,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 411386cec71..333328aba12 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -2,7 +2,7 @@ if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent } . "$PSScriptRoot\helper.ps1" -$version = '93.3.258' +$version = '93.3.262' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) {$false} else {$true} @@ -11,8 +11,8 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2093.3.258%20Offline%20Installer.exe' - checksum = '0b902b02acf09231e96defb5c6c7543809714ba54c324d2ff6b3eb0627a2daf3' + url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2093.3.262%20Offline%20Installer.exe' + checksum = 'dc1e0b7a5dae8a3e05c12e78b719648ba20dbc1265788f6814d8411097c90487' fileType = 'exe' checksumType = 'sha256' silentArgs = '/s'