From ecc582cf33dcb2867974f122ffba5a690bfe4935 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Thu, 16 Oct 2014 20:22:31 +0100 Subject: docker 1.3.0 Version bump to docker. --- Library/Formula/docker.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/docker.rb') 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 -- cgit v1.2.3