diff options
Diffstat (limited to 'Library')
| -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 4c1fe52a0..b3168f1c0 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.3.0.tar.gz' - sha1 '0f191070268f7c87ca044ad23179995b9290e3c0' + url 'https://github.com/coreos/etcd/archive/v0.4.3.tar.gz' + sha1 '88f44f3a09911fb60fcebcf0ea0f0bbeea2f9bf6' head 'https://github.com/coreos/etcd.git' depends_on 'go' => :build |
