diff options
| author | Brett Koonce | 2015-03-08 10:24:17 -0700 |
|---|---|---|
| committer | Brett Koonce | 2015-03-10 00:13:32 -0700 |
| commit | a4bc037d705762df7a57cd529345df1e7dbfb43e (patch) | |
| tree | 67bf1bbbd2a368c653159e87933177ad195a51a1 /Library/Formula/etcd.rb | |
| parent | e48645ec0a345dec7d800f5d65c04b879cc1d245 (diff) | |
| download | homebrew-a4bc037d705762df7a57cd529345df1e7dbfb43e.tar.bz2 | |
etcd/etcdctl 2.0.4, strip etcdctl.rb
Fixes #37236: etcdctl was moved into etcd package
strips etcdctl formula.
Closes #37508.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library/Formula/etcd.rb')
| -rw-r--r-- | Library/Formula/etcd.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/etcd.rb b/Library/Formula/etcd.rb index 59d0d4da4..ea669d0ee 100644 --- a/Library/Formula/etcd.rb +++ b/Library/Formula/etcd.rb @@ -1,9 +1,7 @@ -require "formula" - class Etcd < Formula homepage "https://github.com/coreos/etcd" - url "https://github.com/coreos/etcd/archive/v2.0.0.tar.gz" - sha1 "56c1334c28d1013cfeee725ec864762cf8a13779" + url "https://github.com/coreos/etcd/archive/v2.0.4.tar.gz" + sha256 "37bba9ef5046df3d3b09789d87ef7e2186a32ceea400a94f3edc1efd10789e53" head "https://github.com/coreos/etcd.git" bottle do @@ -18,6 +16,7 @@ class Etcd < Formula ENV["GOPATH"] = buildpath system "./build" bin.install "bin/etcd" + bin.install "bin/etcdctl" end def plist; <<-EOS.undent |
