etcd 2.0.0

Update etcd to 2.0

Closes Homebrew/homebrew#36637.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Shawn Morel 2015-02-07 14:20:08 -08:00 committed by Mike McQuaid
parent c4a583141c
commit 6f121aaa40

View file

@ -2,8 +2,8 @@ require "formula"
class Etcd < Formula
homepage "https://github.com/coreos/etcd"
url "https://github.com/coreos/etcd/archive/v0.4.6.tar.gz"
sha1 "80b405fd01527eea6668fde0186ca6b119c1185c"
url "https://github.com/coreos/etcd/archive/v2.0.0.tar.gz"
sha1 "56c1334c28d1013cfeee725ec864762cf8a13779"
head "https://github.com/coreos/etcd.git"
bottle do