diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/etcdctl.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/etcdctl.rb b/Library/Formula/etcdctl.rb index 1c43c8f54..68f273ccc 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.3.0.tar.gz' - sha1 '3bc5fae34d40c1717e82a7af4ed177c62dbe22af' + url 'https://github.com/coreos/etcdctl/archive/v0.4.3.tar.gz' + sha1 '6ca73e6d3af5bb8b88a48f349dea9f200a663197' head 'https://github.com/coreos/etcdctl.git' depends_on 'go' => :build |
