vagrant: Update to version 2.1.4

This commit is contained in:
Richard Kuhnt 2018-08-30 22:00:28 +00:00
parent fc4fc2e70b
commit b3b36f5a32

View File

@ -1,15 +1,15 @@
{ {
"homepage": "https://www.vagrantup.com/", "homepage": "https://www.vagrantup.com/",
"version": "2.1.3", "version": "2.1.4",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://releases.hashicorp.com/vagrant/2.1.3/vagrant_2.1.3_x86_64.msi", "url": "https://releases.hashicorp.com/vagrant/2.1.4/vagrant_2.1.4_x86_64.msi",
"hash": "bb127bbdff61b7088c987a5e88332a0fd81cd6b2a7e400ec221149de9313645d" "hash": "e2a25aa4834033a6e77f95edccd0d04679d75dc9cf67f5819e73f446f68058d5"
}, },
"32bit": { "32bit": {
"url": "https://releases.hashicorp.com/vagrant/2.1.3/vagrant_2.1.3_i686.msi", "url": "https://releases.hashicorp.com/vagrant/2.1.4/vagrant_2.1.4_i686.msi",
"hash": "a71ecd1e5415723331591e93a7675a3b6c70d783060decacd995a17179795ad0" "hash": "ddc36c76a1a0c6c598c203d65f238390092fcac91e5f4fe8ac41e71145359472"
} }
}, },
"extract_dir": "HashiCorp/Vagrant", "extract_dir": "HashiCorp/Vagrant",