Skip to content

Commit

Permalink
AU: 2 updated - dropbox universal-usb-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 20, 2019
1 parent 9191ef6 commit 23ee9ac
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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": "67.3.79-beta",
"beta": "68.3.84-beta",
"stable": "66.4.84"
}
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>67.3.79-beta</version>
<version>68.3.84-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%2067.3.79%20Offline%20Installer.exe'
checksum = '9e2922e8049a8b2a3d59dd6fc106b64570203b97ba4f8b80f4820e970b4ba3a8'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2068.3.84%20Offline%20Installer.exe'
checksum = '980dea7c742dae6e7dd8be007ae5ccf624d3f85b22f3b76b032b7fbb65f1b54c'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
4 changes: 2 additions & 2 deletions automatic/universal-usb-installer/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download
location on <https://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/>
and can be verified by doing the following:

1. Download the following <https://www.pendrivelinux.com/downloads/Universal-USB-Installer/Universal-USB-Installer-1.9.8.6.exe>
1. Download the following <https://www.pendrivelinux.com/downloads/Universal-USB-Installer/Universal-USB-Installer-1.9.8.7.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: AF0584ECF258F5E8570B424C9420C9D3B928C4D409A2C45C771EFB76DA6E1FF2
checksum: 5D63B0905ADDFA17BE771F09E756B3A39972E7DEB954BC28EFD2AFE567E814F9

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/gpl-2.0.txt>
This license was mentioned on their disclaimer page <https://www.pendrivelinux.com/disclaimer/>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>universal-usb-installer</id>
<version>1.9.8.600</version>
<version>1.9.8.700</version>
<packageSourceUrl>https://github.com/Chocolatey/chocolatey-coreteampackages/tree/master/automatic/universal-usb-installer</packageSourceUrl>
<owners>chocolatey</owners>
<title>Universal USB Installer</title>
Expand Down

0 comments on commit 23ee9ac

Please sign in to comment.