boot2docker: add tag revision.
This commit is contained in:
parent
2b0c61f4bf
commit
bf69a487a2
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue