diff options
Diffstat (limited to 'Library/Formula/libcdio.rb')
| -rw-r--r-- | Library/Formula/libcdio.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libcdio.rb b/Library/Formula/libcdio.rb index 8bb2ccfe6..d4388d7c2 100644 --- a/Library/Formula/libcdio.rb +++ b/Library/Formula/libcdio.rb @@ -6,6 +6,13 @@ class Libcdio < Formula mirror 'http://ftp.gnu.org/gnu/libcdio/libcdio-0.92.tar.gz' sha1 '530031897955729ddb7c850c183f234f7a6516b7' + bottle do + cellar :any + sha1 "bf6dcf0e95bf97ab3bac869a540ee5f0b309d3a2" => :mavericks + sha1 "daa6de483ecc043d54462e1380dc9d5b80a3e001" => :mountain_lion + sha1 "7df4ad927c3cb52f6f2403283f218c5f4ea29111" => :lion + end + depends_on 'pkg-config' => :build def install |
