aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2014-07-20 11:47:35 -0700
committerBrett Koonce2014-07-20 21:59:12 -0700
commitab4fbb65ba8caf7d64df597e163035c523dfe95f (patch)
tree0539f11ae0e4039f8d603b1c35d753aac5ddc3c1 /Library/Formula
parent39cb2f1345ed9d957619a4493d40ef7e173743d3 (diff)
downloadhomebrew-ab4fbb65ba8caf7d64df597e163035c523dfe95f.tar.bz2
etcd 0.4.5
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/etcd.rb16
1 files changed, 8 insertions, 8 deletions
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