Skip to content

Commit

Permalink
AU: 1 updated - dropbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 6, 2020
1 parent 117d060 commit df635cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "93.3.258-beta",
"beta": "93.3.262-beta",
"stable": "93.3.258"
}
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>93.3.258</version>
<version>93.3.262-beta</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 = '93.3.258'
$version = '93.3.262'

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%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'
Expand Down

0 comments on commit df635cf

Please sign in to comment.