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 Mar 1, 2018
1 parent 00e1648 commit 5360762
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>43.4.50</version>
<version>44.4.58</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%2043.4.50%20Offline%20Installer.exe'
checksum = '4076cd253619bb7e7c6e90677fe5c7ef2c0ca32d7ec806b9a7f988e719f82208'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2044.4.58%20Offline%20Installer.exe'
checksum = '044ffdeb2f070f309d2b6329d19aee4dfbd8a688a8210df40fdb6e9747f2a488'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down

0 comments on commit 5360762

Please sign in to comment.