aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libshout.rb7
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'