git-subrepo: add 0.2.1 bottle.
This commit is contained in:
parent
9cd7413aa1
commit
9a4d829424
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue