aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorStian Eikeland2013-12-28 16:13:45 +0100
committerBrett Koonce2014-01-18 13:27:44 -0600
commitb51461cb280581aa6fb197229912f79a850f9dad (patch)
tree929561038d6f98103bbd2d08ceef2ac23f189b24 /Library/Formula
parente8b70d7df5ed5ed7b5db9265d7a27dff961bba03 (diff)
downloadhomebrew-b51461cb280581aa6fb197229912f79a850f9dad.tar.bz2
etcdctl 0.2.0
Closes #25516. Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/etcdctl.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/etcdctl.rb b/Library/Formula/etcdctl.rb
index 0b374a777..c6f3b940d 100644
--- a/Library/Formula/etcdctl.rb
+++ b/Library/Formula/etcdctl.rb
@@ -2,8 +2,8 @@ require 'formula'
class Etcdctl < Formula
homepage 'https://github.com/coreos/etcdctl'
- url 'https://github.com/coreos/etcdctl/archive/v0.1.2.tar.gz'
- sha1 '93befc2b5a9951ba6e9a94a969535ee8d695e693'
+ url 'https://github.com/coreos/etcdctl/archive/v0.2.0.tar.gz'
+ sha1 '6370bd86f3ab0264cf142db04c367e10e7f64a3d'
head 'https://github.com/coreos/etcdctl.git'
depends_on 'go' => :build