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 Jun 22, 2022
1 parent 1e1c91c commit 5490d96
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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": "151.3.4214-beta",
"stable": "150.4.5000"
"beta": "152.3.4852-beta",
"stable": "151.4.4304"
}
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>151.3.4214-beta</version>
<version>151.4.4304</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,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 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '151.3.4214'
$version = '151.4.4304'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20151.3.4214%20Offline%20Installer.x86.exe'
checksum = '5378f10cab36192ba3d1099dd93fb00f74fa21fe2a544f6eb132d052b4e2c777'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20151.4.4304%20Offline%20Installer.x86.exe'
checksum = 'a5f162708cb65d4e61761bb36c20e734cc334d140c63bff5dd781db8da27c0bd'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down

0 comments on commit 5490d96

Please sign in to comment.