diff options
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 |
