diff options
| author | Tavis Aitken | 2014-11-02 14:57:37 -0700 |
|---|---|---|
| committer | Jack Nagel | 2014-11-02 20:53:03 -0600 |
| commit | fc3685afdfdf27495f53ff8ba91c48bcf58c8080 (patch) | |
| tree | 38107d030fd5130968ee62e94922125e0aeacd9e /Library/Formula/docker.rb | |
| parent | d32d4c6edbfa11be5a3d04e048038011f5fd57ce (diff) | |
| download | homebrew-fc3685afdfdf27495f53ff8ba91c48bcf58c8080.tar.bz2 | |
docker 1.3.1
Closes #33835.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/docker.rb')
| -rw-r--r-- | Library/Formula/docker.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/docker.rb b/Library/Formula/docker.rb index dad8691df..3bdc20696 100644 --- a/Library/Formula/docker.rb +++ b/Library/Formula/docker.rb @@ -4,7 +4,7 @@ class Docker < Formula 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.3.0" + url "https://github.com/docker/docker.git", :tag => "v1.3.1" bottle do sha1 "7563b28df830baa880731b9448e88b99dcb68420" => :mavericks |
