Skip to content

Commit

Permalink
AU: 2 updated - dropbox vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 16, 2018
1 parent 7c47321 commit 39d5ab3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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>44.4.58</version>
<version>45.4.92</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%2044.4.58%20Offline%20Installer.exe'
checksum = '044ffdeb2f070f309d2b6329d19aee4dfbd8a688a8210df40fdb6e9747f2a488'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2045.4.92%20Offline%20Installer.exe'
checksum = 'f3d0ea427d8db36cac19cde95d45111fa375c2bd257fc611e50abdf923cd5afb'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
8 changes: 4 additions & 4 deletions automatic/vagrant/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'vagrant'
fileType = 'msi'
url = 'https://releases.hashicorp.com/vagrant/2.0.2/vagrant_2.0.2_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/2.0.2/vagrant_2.0.2_x86_64.msi'
checksum = '1e0de3a5907d38df4ad554cffb22b046649e29629302b9d09ff58f0e39982d4b'
checksum64 = '2ae003443732c8e2000c2c7088cead9e97411a84fe0a92f7ce8c8d2f9277e8a5'
url = 'https://releases.hashicorp.com/vagrant/2.0.3/vagrant_2.0.3_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/2.0.3/vagrant_2.0.3_x86_64.msi'
checksum = '04cd8eeecbd2430c2f8e25ef6dfa3c59941e4a41e062af44c233a03998fb7b6d'
checksum64 = 'fca2364f30352a4d88e4e073ba40ba56321c32659c4ed327556a9c1aa327f848'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart"
Expand Down
2 changes: 1 addition & 1 deletion automatic/vagrant/vagrant.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vagrant</id>
<title>Vagrant (Install)</title>
<version>2.0.2</version>
<version>2.0.3</version>
<authors>Mitchell Hashimoto, John Bender, HashiCorp</authors>
<owners>chocolatey, Rob Reynolds, Patrick Wyatt</owners>
<summary>Vagrant - Development environments made easy.</summary>
Expand Down

0 comments on commit 39d5ab3

Please sign in to comment.