diff options
| author | Dominyk Tiller | 2014-10-16 20:22:31 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-10-16 21:44:51 +0100 |
| commit | ecc582cf33dcb2867974f122ffba5a690bfe4935 (patch) | |
| tree | 711da583c7203db034214247db53aca33a7c591e /Library/Formula/docker.rb | |
| parent | 8112f684753c67a02389b51563784fe74a876e16 (diff) | |
| download | homebrew-ecc582cf33dcb2867974f122ffba5a690bfe4935.tar.bz2 | |
docker 1.3.0
Version bump to docker.
Diffstat (limited to 'Library/Formula/docker.rb')
| -rw-r--r-- | Library/Formula/docker.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/docker.rb b/Library/Formula/docker.rb index b4b5384ac..3dfc66ec3 100644 --- a/Library/Formula/docker.rb +++ b/Library/Formula/docker.rb @@ -1,10 +1,10 @@ require "formula" class Docker < Formula - homepage "http://docker.io" + homepage "https://www.docker.com/" # Boot2docker and docker are generally updated at the same time. # Please update the version of boot2docker too - url "https://github.com/docker/docker.git", :tag => "v1.2.0" + url "https://github.com/docker/docker.git", :tag => "v1.3.0" bottle do sha1 "92d2cb761ea3da18edfea52de6cb4ee113dba0aa" => :mavericks |
