diff options
| author | Mike McQuaid | 2015-03-08 09:55:59 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-03-08 10:48:58 +0000 | 
| commit | 267f2d9fd5b0f39f69373d548c93806aced706f7 (patch) | |
| tree | 088ef6e396b86afe03ee5ef98d665644ddbe82ba | |
| parent | aa1edff84e19aa268d9c0a0259db77387a103e9e (diff) | |
| download | homebrew-267f2d9fd5b0f39f69373d548c93806aced706f7.tar.bz2 | |
boot2docker: add tag revision.
| -rw-r--r-- | Library/Formula/boot2docker.rb | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/Library/Formula/boot2docker.rb b/Library/Formula/boot2docker.rb index 1385b3ceb..39c1ea991 100644 --- a/Library/Formula/boot2docker.rb +++ b/Library/Formula/boot2docker.rb @@ -2,7 +2,8 @@ class Boot2docker < Formula    homepage "https://github.com/boot2docker/boot2docker-cli"    # Boot2docker and docker are generally updated at the same time.    # Please update the version of docker too -  url "https://github.com/boot2docker/boot2docker-cli.git", :tag => "v1.5.0" +  url "https://github.com/boot2docker/boot2docker-cli.git", :tag => "v1.5.0", +    :revision => "ccd9032caf251ca63edaf3a0808456fa5d5f9057"    head "https://github.com/boot2docker/boot2docker-cli.git"    bottle do | 
