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 May 1, 2017
1 parent 873eb2e commit 245cc93
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 40 deletions.
69 changes: 31 additions & 38 deletions 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>24.4.17</version>
<version>25.4.28</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand All @@ -13,44 +13,37 @@
<docsUrl>https://www.dropbox.com/help</docsUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>
Dropbox is a free service that lets you bring all your photos, docs,
and videos anywhere. This means that any file you save to your
Dropbox will automatically save to all your computers,
phones and even the Dropbox website. Dropbox also makes it super easy
to share with others, whether you're a student or professional,
parent or grandparent. Even if you accidentally spill a latte on your
laptop, have no fear! You can relax knowing that Dropbox always has
you covered, and none of your stuff will ever be lost.
Dropbox is a free service that lets you bring all your photos, docs, and videos anywhere. This means that any file you save to your Dropbox will automatically save to all your computers, phones and even the Dropbox website. Dropbox also makes it super easy to share with others, whether you're a student or professional, parent or grandparent. Even if you accidentally spill a latte on your laptop, have no fear! You can relax knowing that Dropbox always has you covered, and none of your stuff will ever be lost.

## Features
- Best-in-class sync technology
- Easy and secure sharing
- Anytime, anywhere access
- 256-bit AES and SSL/TLS encryption
- Version history and file recovery
- Advanced sharing permissions
- Password-protected and expiring shared links
- Remote device wipe
- Require two-factor authentication (2FA)
- Granular permissions
- Account transfer tool
- Enables HIPAA compliance
- Dropbox Paper
- MS Office 365 integration
- Dropbox badge
- Commenting
- Plus button
- File requests
- Smart Sync
- Team folder
- Admin console
- Centralized billing
- Company-managed groups
- Unlimited API access to platform partners
- API access for data transport
- Priority email support
- Live chat support
</description>
## Features
- Best-in-class sync technology
- Easy and secure sharing
- Anytime, anywhere access
- 256-bit AES and SSL/TLS encryption
- Version history and file recovery
- Advanced sharing permissions
- Password-protected and expiring shared links
- Remote device wipe
- Require two-factor authentication (2FA)
- Granular permissions
- Account transfer tool
- Enables HIPAA compliance
- Dropbox Paper
- MS Office 365 integration
- Dropbox badge
- Commenting
- Plus button
- File requests
- Smart Sync
- Team folder
- Admin console
- Centralized billing
- Company-managed groups
- Unlimited API access to platform partners
- API access for data transport
- Priority email support
- Live chat support
</description>
<summary>Dropbox is a free service that lets you bring all your photos, docs, and videos anywhere.</summary>
<tags>dropbox virtual files file admin freeware cross-platform</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/dropbox</packageSourceUrl>
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%2024.4.17%20Offline%20Installer.exe'
checksum = '8f1673b46bf331aee6a4d1b1d6cde0dbff610f0db524606c49e2e505be75baa4'
url = 'https://clientupdates.dropboxstatic.com/client/Dropbox%2025.4.28%20Offline%20Installer.exe'
checksum = 'd5299d285757b53eef5f548acce6ec1f50ed09dcc481bd74638f810e44c29614'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down

0 comments on commit 245cc93

Please sign in to comment.