diff options
| author | BrewTestBot | 2014-05-01 22:08:51 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-05-05 13:51:57 +0100 |
| commit | e042d55116eb294844fe1583bac639ed60d925d9 (patch) | |
| tree | c9cb1408b93cf8ff74e0c238a3ee2ac9b8c3afe8 /Library/Formula | |
| parent | 9ef2eed6c7f9ac2e945bf55c8bd660bd1a838e23 (diff) | |
| download | homebrew-e042d55116eb294844fe1583bac639ed60d925d9.tar.bz2 | |
taglib: add 1.9.1 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/taglib.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/taglib.rb b/Library/Formula/taglib.rb index 032ea81a0..d00a57e86 100644 --- a/Library/Formula/taglib.rb +++ b/Library/Formula/taglib.rb @@ -5,6 +5,13 @@ class Taglib < Formula url 'https://github.com/taglib/taglib/archive/v1.9.1.tar.gz' sha1 '44165eda04d49214a0c4de121a4d99ae18b9670b' + bottle do + cellar :any + sha1 "ffb7b35a5c94069ff5d9891f1f94aa5c555e7abc" => :mavericks + sha1 "c6487d4a603c82d912a6ae5925050f27a656f658" => :mountain_lion + sha1 "c28943778af7de98937e3bb3c96d408d334ee619" => :lion + end + depends_on 'cmake' => :build def install |
