Vagrant 1.5.4

This commit is contained in:
Keiichi Shimamura 2014-04-26 12:04:23 -04:00
parent b41b92c159
commit 9e176d1401

View File

@ -1,13 +1,13 @@
{ {
"homepage": "http://www.vagrantup.com/", "homepage": "http://www.vagrantup.com/",
"version": "1.5.3", "version": "1.5.4",
"license": "MIT", "license": "MIT",
"url": "https://dl.bintray.com/mitchellh/vagrant/vagrant_1.5.3.msi", "url": "https://dl.bintray.com/mitchellh/vagrant/vagrant_1.5.4.msi",
"hash": "7c3e5b2c034ee5ab52be45221f03779f20b46c257d6b6ddc6a367a7fb6717d67", "hash": "77a9f28da16471ca64abe1625417f8031ca11e9b94627e8eac2328a2b46ea43c",
"extract_dir": "HashiCorp/Vagrant", "extract_dir": "HashiCorp/Vagrant",
"bin": "bin\\vagrant.exe", "bin": "bin\\vagrant.exe",
"checkver": { "checkver": {
"url": "http://www.vagrantup.com/downloads.html", "url": "http://www.vagrantup.com/downloads.html",
"re": "latest version of Vagrant \\(([^\\)]+)\\)" "re": "latest version of Vagrant \\(([^\\)]+)\\)"
} }
} }