From 617cd2fa342c3c227dd0fa88a2f1ac61de9c3bdd Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Thu, 23 Jan 2020 06:12:28 +0000 Subject: [PATCH] AU: 1 updated - dropbox [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/f433e1ccf62deb26263f3450e7028896a2329bcc --- 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 d9710deaf59..8b6149bbc06 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { "beta": "90.3.291-beta", - "stable": "88.4.172" + "stable": "89.4.278" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 4e69d441bdf..eecd711d01e 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 90.3.291-beta + 89.4.278 Dropbox Dropbox chocolatey,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 4f12193a4e1..077c95d436f 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 = '90.3.291' +$version = '89.4.278' 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%2090.3.291%20Offline%20Installer.exe' - checksum = '61fdb3c8baadf993adc41f599a45efc33223ee5a757193a507867893ea14956e' + url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2089.4.278%20Offline%20Installer.exe' + checksum = '6218007f6ec41a01e66cf3fe6eed7195bb64acafbc4f375a7a6c24cb20d2da3d' fileType = 'exe' checksumType = 'sha256' silentArgs = '/s'