ScoopInstaller_Main/vagrant.json
Roy Ivy III a5d219e0c9 whitespace cleanup
* makes changes to almost all main repo files to be in accordance with .editorconfig
* some files in "test\fixtures\..." were left alone to avoid breaking tests
* NOTE: whitespace changes *only* (`git diff -b` shows no changes)
2015-08-17 22:54:43 -05:00

14 lines
471 B
JSON

{
"homepage": "http://www.vagrantup.com/",
"version": "1.7.4",
"license": "MIT",
"url": "https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.4.msi",
"hash": "a1ca7d99f162e001c826452a724341f421adfaef3e1366ee504b73ad19e3574f",
"extract_dir": "HashiCorp/Vagrant",
"bin": "bin\\vagrant.exe",
"checkver": {
"url": "http://www.vagrantup.com/downloads.html",
"re": "latest\\s+version\\s+of\\s+Vagrant\\s+\\(([^\\)]+)\\)"
}
}