From cf9fa6f404dc116ec711b4924f0a6f1f99dd6f09 Mon Sep 17 00:00:00 2001 From: Nikola Majksner Date: Sat, 14 Jun 2014 13:22:32 +0200 Subject: etcd 0.4.3 Closes #30148. Signed-off-by: Jack Nagel --- Library/Formula/etcd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3