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 Sep 7, 2017
1 parent 3c698d3 commit 6c68bd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>32.4.23</version>
<version>34.4.20</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
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox*"
url = 'https://clientupdates.dropboxstatic.com/client/Dropbox%2032.4.23%20Offline%20Installer.exe'
checksum = '1c28065d9d79413f6ddf9a7463aaf93d70ce12f19a6dc6ff0eaccd6b400ed3fb'
url = 'https://clientupdates.dropboxstatic.com/client/Dropbox%2034.4.20%20Offline%20Installer.exe'
checksum = '9c047dca4a89b349425b810588d01eb3d497a0051396a4aa6a75e1a5cb3ace02'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down

0 comments on commit 6c68bd8

Please sign in to comment.