docker-swarm 0.4.0

Closes Homebrew/homebrew#42843.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Stuart Williams 2015-08-12 01:14:37 -04:00 committed by Mike McQuaid
parent 7cba795e4a
commit cc307ec046

View file

@ -3,8 +3,8 @@ require "language/go"
class DockerSwarm < Formula class DockerSwarm < Formula
desc "Turn a pool of Docker hosts into a single, virtual host" desc "Turn a pool of Docker hosts into a single, virtual host"
homepage "https://github.com/docker/swarm" homepage "https://github.com/docker/swarm"
url "https://github.com/docker/swarm/archive/v0.3.0.tar.gz" url "https://github.com/docker/swarm/archive/v0.4.0.tar.gz"
sha256 "3db5f261483b87330743e16b340a2f76349e2dcca6b1dd85b9e1b1288d50af22" sha256 "c3ee1a34ce86da4d31f652c871dfa120fc78d5cc835e391034d740e83b48f7a3"
head "https://github.com/docker/swarm.git" head "https://github.com/docker/swarm.git"