diff options
| author | BrewTestBot | 2015-04-02 07:50:41 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2015-04-02 11:27:01 +0100 | 
| commit | 54e3c9388eb134fb88819ca48a8472937da75617 (patch) | |
| tree | ddfa974666c9b029c389287ab9bcfde995e0e59b | |
| parent | e178cd5c8dd2d2c32547b48f8b92c384c9b16b52 (diff) | |
| download | homebrew-54e3c9388eb134fb88819ca48a8472937da75617.tar.bz2 | |
when: add 1.1.34 bottle.
| -rw-r--r-- | Library/Formula/when.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/when.rb b/Library/Formula/when.rb index 41e6876ca..a79c930c4 100644 --- a/Library/Formula/when.rb +++ b/Library/Formula/when.rb @@ -5,6 +5,13 @@ class When < Formula    sha256 "ce0540bde96b361d6d0770803901364a687d971ffedd33e36f8f8bef32b19600"    head "https://github.com/bcrowell/when.git" +  bottle do +    cellar :any +    sha256 "2cabf7cbe84effcefcba892ba5008e5fbd6f1558cdf967fbc9ce09d2f3dea6d3" => :yosemite +    sha256 "b4724a057c7078514306e334e16ff242a2085adf09a2c41c5228e211d43a7729" => :mavericks +    sha256 "2bb76c69919b847c94ecd3600908848e989d93e5c5a3b949410cad73c376a2f5" => :mountain_lion +  end +    def install      system "make", "prefix=#{prefix}", "install"    end | 
