mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
vagrant 1.4.3
This commit is contained in:
parent
a092f5f74a
commit
4b78ac6e14
13
vagrant.json
13
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 \\(([^\\)]+)\\)"
|
||||
}
|
||||
}
|
||||
6
vim.json
6
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"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user