Skip to content

Commit

Permalink
AU: 1 updated - dropbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 28, 2023
1 parent 8181641 commit 91d869e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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": "186.3.6141-beta",
"beta": "186.3.6190-beta",
"stable": "185.4.6054"
}
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>186.3.6141-beta</version>
<version>186.3.6190-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '186.3.6141'
$version = '186.3.6190'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20186.3.6141%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20186.3.6141%20Offline%20Installer.x64.exe'
checksum = '26ad50407d349ce2b2b681fe118daaac287a26c06d5559487ac13f558011703d'
checksum64 = '7ff884bc34bf968f49058d33f3766bfe4a5cc9fc5507ba2d6f7e9815ffe2b554'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20186.3.6190%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20186.3.6190%20Offline%20Installer.x64.exe'
checksum = 'ebc3bd411ac3ff363028a85120283cd4f7e799923dce8e9a1ed1067ae23aa104'
checksum64 = 'efd1690be35c50469387f6cc1a7a40187dad76449280c1a98fab31862f00d5c7'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down

0 comments on commit 91d869e

Please sign in to comment.