git-subrepo: add 0.2.1 bottle.

This commit is contained in:
BrewTestBot 2015-04-14 11:38:34 -07:00 committed by Mike McQuaid
parent 9cd7413aa1
commit 9a4d829424

View file

@ -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"