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 Apr 13, 2018
1 parent 40d25e8 commit fddbaf6
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>48.3.55-beta</version>
<version>48.3.56-beta</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%2048.3.55%20Offline%20Installer.exe'
checksum = 'b1ff3c7eb9ef2e8b18de3eae0bcc92f4426d23f927c82ffc9a1919f36445a3f0'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2048.3.56%20Offline%20Installer.exe'
checksum = 'ad80ec8173301d130263943e8631830a363c431ca4f77888a28ff529e7e5c46e'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down

0 comments on commit fddbaf6

Please sign in to comment.