diff --git a/vagrant.json b/vagrant.json index 2df7d7bc1c..acc12578ab 100644 --- a/vagrant.json +++ b/vagrant.json @@ -1,8 +1,13 @@ { - "version": "1.4.1", + "homepage": "http://www.vagrantup.com/", + "version": "1.4.3", "license": "MIT", - "url": "https://dl.bintray.com/mitchellh/vagrant/Vagrant_1.4.1.msi", - "hash": "617181becb2b6da7456c25e6ea6e756dcc0d5236c5b42399b19f2e71f6fc53c0", + "url": "https://dl.bintray.com/mitchellh/vagrant/Vagrant_1.4.3.msi", + "hash": "78a910a5274b127496a9963839dc24860bbabdd870d00c433621801dad690469", "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 \\(([^\\)]+)\\)" + } } \ No newline at end of file diff --git a/vim.json b/vim.json index 0b399509ee..762fcdedeb 100644 --- a/vim.json +++ b/vim.json @@ -23,5 +23,9 @@ cp \"$dir\\vimrc_example.vim\" ~\\.vimrc \"set shell=$((gcm powershell).path)\" | out-file ~\\.vimrc -append -encoding ascii 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" + } } \ No newline at end of file