diff options
| author | BrewTestBot | 2014-10-01 22:57:48 +0100 | 
|---|---|---|
| committer | Tim D. Smith | 2014-10-01 16:39:24 -0700 | 
| commit | 667f371dbdc1d83a2e4ec7d4615d0af9bc00a2f9 (patch) | |
| tree | fbf9a23a441cb82b04b325835aa62d5e767d149c | |
| parent | 875a5fb51c0df1cca9b87c6f9b8be8c5e1a70dae (diff) | |
| download | homebrew-667f371dbdc1d83a2e4ec7d4615d0af9bc00a2f9.tar.bz2 | |
cproto: add 4.7l bottle.
Closes #32834.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
| -rw-r--r-- | Library/Formula/cproto.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/cproto.rb b/Library/Formula/cproto.rb index f07c1f71f..8a4a13513 100644 --- a/Library/Formula/cproto.rb +++ b/Library/Formula/cproto.rb @@ -5,6 +5,13 @@ class Cproto < Formula    url "ftp://invisible-island.net/cproto/cproto-4.7l.tgz"    sha1 "528d7b172cf206ad5b399e9c48d66eaa5029db86" +  bottle do +    cellar :any +    sha1 "0b0d9f789a5645ffea965f62251c9565f41fd2d9" => :mavericks +    sha1 "2b3b8f908e4db3575492588cc1aac60200ccafaa" => :mountain_lion +    sha1 "787dd0093d888d058dd291c3a4b60272180cc2d3" => :lion +  end +    def install      system "./configure", "--disable-debug",                            "--disable-dependency-tracking", | 
