Created
July 28, 2014 14:55
-
-
Save thomasjo/bd0ff884114c0c8226cc to your computer and use it in GitHub Desktop.
Vagrant Formula for Homebrew
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Vagrant < Formula | |
homepage 'http://www.vagrantup.com/' | |
url 'https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.3.dmg' | |
sha1 '749e2b9b4be8bfb7ab3b9a4d56d6eb60a78f2bab' | |
bottle do | |
end | |
def install | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment