diff options
| author | BrewTestBot | 2014-07-03 13:32:21 +0100 |
|---|---|---|
| committer | BrewTestBot | 2014-07-03 13:32:21 +0100 |
| commit | 35275f1a4e3290cdc92ff584830f87042170c462 (patch) | |
| tree | 75eb0ab8252c6f0ee4bfa1ff66e2a7ea2266307e /Library/Formula | |
| parent | f2ed91c8330f7e9538d2ab86aecb8c9d0cd77ca6 (diff) | |
| download | homebrew-35275f1a4e3290cdc92ff584830f87042170c462.tar.bz2 | |
giblib: add 1.2.4 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/giblib.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/giblib.rb b/Library/Formula/giblib.rb index fd0ce953d..a9788ddbb 100644 --- a/Library/Formula/giblib.rb +++ b/Library/Formula/giblib.rb @@ -6,6 +6,13 @@ class Giblib < Formula mirror 'http://www.mirrorservice.org/sites/distfiles.macports.org/giblib/giblib-1.2.4.tar.gz' sha1 '342e6f7882c67d2277e1765299e1be5078329ab0' + bottle do + cellar :any + sha1 "faa1b6df15695d6e2122df29fa332733aba2d954" => :mavericks + sha1 "6c95c35b66fec113ccc39e9fadfd5bf6ba421a5a" => :mountain_lion + sha1 "00a28fdd58b727141b6b5b2b8856d805e027a01c" => :lion + end + depends_on :x11 depends_on 'imlib2' => :build |
