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 4, 2023
1 parent 6827e1c commit f34a167
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "184.3.6534-beta",
"stable": "183.4.7058"
"beta": "185.3.5933-beta",
"stable": "184.4.6543"
}
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>184.3.6534-beta</version>
<version>184.4.6543</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 = '184.3.6534'
$version = '184.4.6543'

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%20184.3.6534%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20184.3.6534%20Offline%20Installer.x64.exe'
checksum = '9c908ca337dd47a1a5ca304b66c7aa4f6ae1944ac64ba0b205eb3dfe3ac4fd03'
checksum64 = 'c65cb087bc7d0c3a70dcfa0acc6cba7eb43e6c88f5c85b1018bcb190903c75c9'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20184.4.6543%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20184.4.6543%20Offline%20Installer.x64.exe'
checksum = '28a1f78721349fc7286fee4990f383e8c47e194934f028286747a35954673eb0'
checksum64 = '9b19ed008d76dab7861ad0380b434b6d601de7c82e345a9c64027882c9f38bfb'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down

0 comments on commit f34a167

Please sign in to comment.