ScoopInstaller_Main/vagrant.json
Achmad Mahardi 2fc1ea8976 Update vagrant to 1.8.0
Vagrant has recently updated to 1.8.0: https://www.hashicorp.com/blog/vagrant-1-8.html
2015-12-23 00:50:01 +07:00

14 lines
475 B
JSON

{
"homepage": "http://www.vagrantup.com/",
"version": "1.8.0",
"license": "MIT",
"url": "https://releases.hashicorp.com/vagrant/1.8.0/vagrant_1.8.0.msi",
"hash": "dda0e12a786df5f352963e77d41021e562194c6e512fac0494f487cde207027a",
"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+\\(([^\\)]+)\\)"
}
}