diff options
| author | BrewTestBot | 2014-07-03 22:00:26 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-03 22:33:36 +0100 |
| commit | d3697029fbbdc1891bc241d0f7a86b14f9349844 (patch) | |
| tree | a064f0042f8723b0ef5eff6a563eda0b82e46139 | |
| parent | c2d6079485a7718b717c3d886fdaafadea76b394 (diff) | |
| download | homebrew-d3697029fbbdc1891bc241d0f7a86b14f9349844.tar.bz2 | |
libshout: add 2.3.1 bottle.
| -rw-r--r-- | Library/Formula/libshout.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libshout.rb b/Library/Formula/libshout.rb index 0ccd7d87f..c2a54bac4 100644 --- a/Library/Formula/libshout.rb +++ b/Library/Formula/libshout.rb @@ -5,6 +5,13 @@ class Libshout < Formula url 'http://downloads.xiph.org/releases/libshout/libshout-2.3.1.tar.gz' sha1 '147c5670939727420d0e2ad6a20468e2c2db1e20' + bottle do + cellar :any + sha1 "c8539d5b6f27a42d5c481d5de7f71370f7d29d8a" => :mavericks + sha1 "eb9c3d98cd68e15eab1661cb54252c71d4dc667a" => :mountain_lion + sha1 "c40f3d65386a7de3845ea5751e25c0e377debccc" => :lion + end + depends_on 'pkg-config' => :build depends_on 'libogg' depends_on 'libvorbis' |
