diff options
| -rw-r--r-- | Library/Formula/git-archive-all.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/git-archive-all.rb b/Library/Formula/git-archive-all.rb index 453ddde76..d2711660f 100644 --- a/Library/Formula/git-archive-all.rb +++ b/Library/Formula/git-archive-all.rb @@ -7,6 +7,13 @@ class GitArchiveAll < Formula    head 'https://github.com/Kentzo/git-archive-all.git' +  bottle do +    cellar :any +    sha1 "883e8ab977795ea4fb85ac41913e5b3b55a0f25b" => :mavericks +    sha1 "6d7cd0e9d2ab7e9171585d6f121c1817719fc614" => :mountain_lion +    sha1 "6833260e3badad055db6da98c6d308345c10a7d1" => :lion +  end +    def install      system "make", "prefix=#{prefix}", "install"    end | 
