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 Jul 13, 2017
1 parent 8cda60a commit 9e79442
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
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>29.4.20</version>
<version>30.4.22</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/client/Dropbox%2029.4.20%20Offline%20Installer.exe'
checksum = '8ae54e360b8e6ba7bd0680e62c75a48f942c3b06536431c6947f878edd3b9935'
url = 'https://clientupdates.dropboxstatic.com/client/Dropbox%2030.4.22%20Offline%20Installer.exe'
checksum = '4f9c2780691be1fc5fbd70678e55197aa3907c0c810da103148ff5d34f5b7f5c'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down

0 comments on commit 9e79442

Please sign in to comment.