From 77674cd8777d0c3e6ba74a5dcd413da76ab9c2bc Mon Sep 17 00:00:00 2001 From: Stian Eikeland Date: Sat, 8 Feb 2014 13:48:03 +0100 Subject: etcd v0.3.0 Closes #26518. Signed-off-by: Mike McQuaid --- Library/Formula/etcd.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/etcd.rb b/Library/Formula/etcd.rb index 6064d3163..9a29c5f92 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.2.0.tar.gz' - sha1 'c18bfe533a5c180012188e4039b740b9564894ce' + url 'https://github.com/coreos/etcd/archive/v0.3.0.tar.gz' + sha1 '0f191070268f7c87ca044ad23179995b9290e3c0' head 'https://github.com/coreos/etcd.git' depends_on 'go' => :build @@ -11,6 +11,6 @@ class Etcd < Formula def install ENV['GOPATH'] = buildpath system "./build" - bin.install 'etcd' + bin.install 'bin/etcd' end end -- cgit v1.2.3