aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/etcd.rb6
1 files changed, 3 insertions, 3 deletions
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