Skip to content

Instantly share code, notes, and snippets.

@thomasjo
Created July 28, 2014 14:55
Show Gist options
  • Save thomasjo/bd0ff884114c0c8226cc to your computer and use it in GitHub Desktop.
Save thomasjo/bd0ff884114c0c8226cc to your computer and use it in GitHub Desktop.
Vagrant Formula for Homebrew
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