ScoopInstaller_Main/vagrant.json
Marcus Griep 452a27a145 Update Hashicorp tools: Terraform, Vagrant (#903)
* Bump Vagrant to 1.8.4

* Update terraform version check

Eliminates RC releases from consideration.

* Bump Terraform to 0.6.16

Adds providers for librato and softlayer.
2016-06-15 08:18:12 +10:00

14 lines
475 B
JSON

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