Skip to content

Commit

Permalink
AU: 2 updated - dropbox minishift
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 31, 2018
1 parent be91ece commit e0c1568
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "54.3.86-beta",
"stable": "54.3.86"
"beta": "55.3.167-beta",
"stable": "54.4.90"
}
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>54.3.86</version>
<version>54.4.90</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%2054.3.86%20Offline%20Installer.exe'
checksum = 'f878adf52f1b054ed94f06156e5ea7213f4bf05aa4f8a06a390e21a2ecd294a8'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2054.4.90%20Offline%20Installer.exe'
checksum = 'f671fc8ce756c75638646004b7ab7c012b8437da8e7b602db8214af5ce9610ad'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
6 changes: 3 additions & 3 deletions automatic/minishift/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/minishift/minishift/releases/tag/v1.21.0>
location on <https://github.com/minishift/minishift/releases/tag/v1.22.0>
and can be verified by doing the following:

1. Download the following:
software: <https://github.com/minishift/minishift/releases/download/v1.21.0/minishift-1.21.0-windows-amd64.zip>
software: <https://github.com/minishift/minishift/releases/download/v1.22.0/minishift-1.22.0-windows-amd64.zip>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -17,6 +17,6 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type:
checksum: 67649D9BDC2A4B80B3E5BFA9EC1B63EFF15DDBB2A33992EF1477FA74482254B4
checksum: 9CC4A43BDC75F81D2B1B01A917248A55F4AE7B27E6CAA55750ADF070735A90F8

The file 'LICENSE.txt' has been obtained from <https://github.com/minishift/minishift/blob/eff0477aa242432aaba284febf9496ebe6cd2371/LICENSE>
4 changes: 2 additions & 2 deletions automatic/minishift/minishift.nuspec
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>minishift</id>
<version>1.21.0</version>
<version>1.22.0</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/minishift</packageSourceUrl>
<owners>chocolatey,Andrei Bejenaru</owners>
<title>Minishift: Run OpenShift locally</title>
Expand All @@ -26,7 +26,7 @@ Minishift uses libmachine for provisioning VMs, and OpenShift Origin for running
#### Note: Windows support is limited to 64bit systems.
]]></description>
<releaseNotes>https://github.com/minishift/minishift/releases/tag/v1.21.0</releaseNotes>
<releaseNotes>https://github.com/minishift/minishift/releases/tag/v1.22.0</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down

0 comments on commit e0c1568

Please sign in to comment.