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 Feb 21, 2019
1 parent a1b41b4 commit 9e9c000
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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": "68.3.84-beta",
"stable": "66.4.84"
"stable": "67.4.83"
}
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>68.3.84-beta</version>
<version>67.4.83</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox*"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2068.3.84%20Offline%20Installer.exe'
checksum = '980dea7c742dae6e7dd8be007ae5ccf624d3f85b22f3b76b032b7fbb65f1b54c'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2067.4.83%20Offline%20Installer.exe'
checksum = '3720b92af661ba1ebd6cf3df4bbadf3aa5cf19f6471f166e87e50f3208e9c198'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down

0 comments on commit 9e9c000

Please sign in to comment.