mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-05 23:11:19 +00:00
* 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.
14 lines
475 B
JSON
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+\\(([^\\)]+)\\)"
|
|
}
|
|
}
|