Skip to content

Commit

Permalink
AU: 1 updated - vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 21, 2020
1 parent d4c3bba commit 0a6379c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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.2.13/vagrant_2.2.13_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/2.2.13/vagrant_2.2.13_x86_64.msi'
checksum = '61f34c3ae7d72d4338bcfc20fe290106d1f2d243f48c0045790cb591b091938d'
checksum64 = '32a2b9596ae745d06fddc2ef46a36fba9e555eb7865fb67313bc309d03dad65f'
url = 'https://releases.hashicorp.com/vagrant/2.2.14/vagrant_2.2.14_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/2.2.14/vagrant_2.2.14_x86_64.msi'
checksum = '92d57d7d86841d69d55595b5f3367dce77db300139d258ec4f42fb8e971b083b'
checksum64 = '128fb976fd0ce9db20a4c45dc1c7bcc8d165aac5dba7ba7d29e1ecf1612a0596'
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.2.13</version>
<version>2.2.14</version>
<authors>Mitchell Hashimoto, John Bender, HashiCorp</authors>
<owners>chocolatey-community, Rob Reynolds, Patrick Wyatt</owners>
<summary>Vagrant - Development environments made easy.</summary>
Expand Down

0 comments on commit 0a6379c

Please sign in to comment.