aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2015-04-14 11:38:34 -0700
committerMike McQuaid2015-04-14 11:38:34 -0700
commit07750a0c470f9be21c56a755f9ecd086c2ba341e (patch)
tree0f5e3327289b851d7507af51cc989bfbfedac7e1
parent88d01dc312ecc3498cf060af4de55e93d170c223 (diff)
downloadhomebrew-07750a0c470f9be21c56a755f9ecd086c2ba341e.tar.bz2
git-subrepo: add 0.2.1 bottle.
-rw-r--r--Library/Formula/git-subrepo.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/git-subrepo.rb b/Library/Formula/git-subrepo.rb
index f047845f3..f73251099 100644
--- a/Library/Formula/git-subrepo.rb
+++ b/Library/Formula/git-subrepo.rb
@@ -14,6 +14,13 @@ class GitSubrepo < Formula
end
end
+ bottle do
+ cellar :any
+ sha256 "18c9f095154cd8d6bfa5154fa4284b5d7b9207e1e3efe8f2f00ffc24a16f9efb" => :yosemite
+ sha256 "c5db6617c659c0ba16344e71c5ee56af8e044d7496c2417441ef7165b3cdebea" => :mavericks
+ sha256 "e5b2ae1cc7ebbcd2001542b352255865cf562a2855a61ae50c36dc2f4624c019" => :mountain_lion
+ end
+
def install
mkdir_p libexec
system "make", "PREFIX=#{prefix}", "INSTALL_LIB=#{libexec}", "install"