diff options
| author | BrewTestBot | 2015-03-24 12:35:25 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-25 08:59:04 +0000 |
| commit | 56a9373dbec9dff1c78826010042f63ae53b2a6f (patch) | |
| tree | 30da45be550dec3e2906a4bce61bce58ceec7dd1 | |
| parent | 46bbc63d7937d932185f178d0df8c3b7c9ca8bc1 (diff) | |
| download | homebrew-56a9373dbec9dff1c78826010042f63ae53b2a6f.tar.bz2 | |
git-stree: add 0.4.0 bottle.
| -rw-r--r-- | Library/Formula/git-stree.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/git-stree.rb b/Library/Formula/git-stree.rb index c3c3cdcb2..0c28e9d22 100644 --- a/Library/Formula/git-stree.rb +++ b/Library/Formula/git-stree.rb @@ -4,6 +4,13 @@ class GitStree < Formula url "https://github.com/tdd/git-stree/archive/v0.4.0.tar.gz" sha256 "c04d19c8eb1a566a8e7f373d447ab7e3480ee95f94802fa957afeb22c4bed0ef" + bottle do + cellar :any + sha256 "268ae53b67f0f9063312492267a6eb54521f044127fdc69e148205aa43b8bd77" => :yosemite + sha256 "d81c6f2a7631446fc1cd85b25bc72d3900661d8e9cc3c58bee553b240bc93223" => :mavericks + sha256 "cfd20af0102baa792d35fded2bb5fd3a7ba505741d44bcd5c6b24d87be4d9925" => :mountain_lion + end + def install bin.install "git-stree" bash_completion.install "git-stree-completion.bash" => "git-stree" |
