vagrant 1.4.3

This commit is contained in:
Luke Sampson 2014-03-09 11:10:59 +10:00
parent a092f5f74a
commit 4b78ac6e14
2 changed files with 14 additions and 5 deletions

View File

@ -1,8 +1,13 @@
{ {
"version": "1.4.1", "homepage": "http://www.vagrantup.com/",
"version": "1.4.3",
"license": "MIT", "license": "MIT",
"url": "https://dl.bintray.com/mitchellh/vagrant/Vagrant_1.4.1.msi", "url": "https://dl.bintray.com/mitchellh/vagrant/Vagrant_1.4.3.msi",
"hash": "617181becb2b6da7456c25e6ea6e756dcc0d5236c5b42399b19f2e71f6fc53c0", "hash": "78a910a5274b127496a9963839dc24860bbabdd870d00c433621801dad690469",
"extract_dir": "HashiCorp/Vagrant", "extract_dir": "HashiCorp/Vagrant",
"bin": "bin\\vagrant.bat" "bin": "bin\\vagrant.bat",
"checkver": {
"url": "http://www.vagrantup.com/downloads.html",
"re": "latest version of Vagrant \\(([^\\)]+)\\)"
}
} }

View File

@ -23,5 +23,9 @@
cp \"$dir\\vimrc_example.vim\" ~\\.vimrc cp \"$dir\\vimrc_example.vim\" ~\\.vimrc
\"set shell=$((gcm powershell).path)\" | out-file ~\\.vimrc -append -encoding ascii \"set shell=$((gcm powershell).path)\" | out-file ~\\.vimrc -append -encoding ascii
echo '~/.vimrc was created with your shell set to Powershell.' echo '~/.vimrc was created with your shell set to Powershell.'
} else { echo '~/.vimrc exists, skipping' }" } else { echo '~/.vimrc exists, skipping' }",
"checkver": {
"url": "http://www.vim.org/download.php",
"re": "Vim ([0-9\\.]+) is the latest stable version"
}
} }