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 10, 2022
1 parent ede36aa commit 0f494d1
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": "151.3.4180-beta",
"beta": "151.3.4195-beta",
"stable": "150.4.5000"
}
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>150.4.5000</version>
<version>151.3.4195-beta</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 = '150.4.5000'
$version = '151.3.4195'

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%20150.4.5000%20Offline%20Installer.x86.exe'
checksum = '46229d9a7c6e50ab96cdc1bd0cfd9f223e818d6dddfab732fb95fc7c9a7f349d'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20151.3.4195%20Offline%20Installer.x86.exe'
checksum = '08239582407f666c0a6b93f7173345088a69fd81521037173b812399c4dc4246'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down

0 comments on commit 0f494d1

Please sign in to comment.