diff options
| author | Jim Rollenhagen | 2013-12-27 16:49:13 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2013-12-28 09:21:40 +0000 |
| commit | bf807ec65950afe4f1e41247c68f66def6f32f8d (patch) | |
| tree | 60c06377069f4eb1b54519eac42c0f164487c9f9 /Library/Formula/etcd.rb | |
| parent | 67afe0b600717b46d90f4de8e34b1082659a6ed8 (diff) | |
| download | homebrew-bf807ec65950afe4f1e41247c68f66def6f32f8d.tar.bz2 | |
etcd 0.2.0
Closes #25498.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/etcd.rb')
| -rw-r--r-- | Library/Formula/etcd.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/etcd.rb b/Library/Formula/etcd.rb index 2a17dd731..6064d3163 100644 --- a/Library/Formula/etcd.rb +++ b/Library/Formula/etcd.rb @@ -2,8 +2,8 @@ require 'formula' class Etcd < Formula homepage 'https://github.com/coreos/etcd' - url 'https://github.com/coreos/etcd/archive/v0.1.2.tar.gz' - sha1 'f6a644ec0ff30681b816bff192a881ed65d0c9e5' + url 'https://github.com/coreos/etcd/archive/v0.2.0.tar.gz' + sha1 'c18bfe533a5c180012188e4039b740b9564894ce' head 'https://github.com/coreos/etcd.git' depends_on 'go' => :build |
