diff options
| author | BrewTestBot | 2015-02-23 15:31:34 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-02-23 17:18:01 +0000 | 
| commit | 8bca06a78142c74803bcc8c325cfd965a3c9d756 (patch) | |
| tree | 54aff1e04e9471a694c4d708b4bc0a9ba80d0525 | |
| parent | 80795de4f46f01f167acbf1bb1add88a011386dc (diff) | |
| download | homebrew-8bca06a78142c74803bcc8c325cfd965a3c9d756.tar.bz2 | |
afflib: update 3.7.6 bottle.
| -rw-r--r-- | Library/Formula/afflib.rb | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/Library/Formula/afflib.rb b/Library/Formula/afflib.rb index fdd9b0094..60a4e0a12 100644 --- a/Library/Formula/afflib.rb +++ b/Library/Formula/afflib.rb @@ -5,8 +5,10 @@ class Afflib < Formula    bottle do      cellar :any -    sha1 "d6147493de42ab17c383c63502ced1c04e3789c2" => :mavericks -    sha1 "93a0873ab6ce491714623a1a140128252b76b775" => :mountain_lion +    revision 1 +    sha1 "ffa18bea26fe2bd43b75c4260e9daee1c295d7bd" => :yosemite +    sha1 "21a44d9b557104bc4d15418e96e75d2e296d46e5" => :mavericks +    sha1 "1f80ffa8d2b263ed7e2116613dfd2af50d000b82" => :mountain_lion    end    depends_on "autoconf" => :build | 
