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 30, 2019
1 parent ddcaed8 commit 8bd96ce
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": "70.3.85-beta",
"beta": "70.3.87-beta",
"stable": "69.4.102"
}
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>70.3.85-beta</version>
<version>70.3.87-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%2070.3.85%20Offline%20Installer.exe'
checksum = '80f7e0b6fc1b4bdeba39d71d1a3af3ea14a6b9581e0e3787a03f42bd0ec6c7a3'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2070.3.87%20Offline%20Installer.exe'
checksum = '988a9b467ed60bdfa94d4a319d67eb86e2312c7db734cc0eaab1ead60ab5028b'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down

0 comments on commit 8bd96ce

Please sign in to comment.