From ab4fbb65ba8caf7d64df597e163035c523dfe95f Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sun, 20 Jul 2014 11:47:35 -0700 Subject: etcd 0.4.5 --- Library/Formula/etcd.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/etcd.rb b/Library/Formula/etcd.rb index 5b3f6891a..24cc9df6c 100644 --- a/Library/Formula/etcd.rb +++ b/Library/Formula/etcd.rb @@ -1,10 +1,10 @@ -require 'formula' +require "formula" class Etcd < Formula - homepage 'https://github.com/coreos/etcd' - url 'https://github.com/coreos/etcd/archive/v0.4.4.tar.gz' - sha1 '49cac150a302200eaa253e1ab0c888c7bad9bc8e' - head 'https://github.com/coreos/etcd.git' + homepage "https://github.com/coreos/etcd" + url "https://github.com/coreos/etcd/archive/v0.4.5.tar.gz" + sha1 "ddfc8a6ed4804fdd8f5785b286522bb7ae15a95d" + head "https://github.com/coreos/etcd.git" bottle do sha1 "c7a8deb59eb70457121bb704f2cbde3326ea1cf4" => :mavericks @@ -12,12 +12,12 @@ class Etcd < Formula sha1 "6ebe588dbc9efa2000f77f8c1e38e73cfb3fd2fb" => :lion end - depends_on 'go' => :build + depends_on "go" => :build def install - ENV['GOPATH'] = buildpath + ENV["GOPATH"] = buildpath system "./build" - bin.install 'bin/etcd' + bin.install "bin/etcd" end def plist; <<-EOS.undent -- cgit v1.2.3