aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libnice.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libnice.rb b/Library/Formula/libnice.rb
index 8d65aff19..3ad952d1b 100644
--- a/Library/Formula/libnice.rb
+++ b/Library/Formula/libnice.rb
@@ -5,6 +5,13 @@ class Libnice < Formula
url "http://nice.freedesktop.org/releases/libnice-0.1.7.tar.gz"
sha1 "94d459fc409da9cf5e4ac30d680ee6c0ded2cb64"
+ bottle do
+ cellar :any
+ sha1 "75a3d506cc2c9cc994cbbb441c738e84a6e5928a" => :mavericks
+ sha1 "c12e39da19cfe80dad26c5dcdf4c39bffb5941f5" => :mountain_lion
+ sha1 "33d289f519c836b381440b547e258a470abc7bd2" => :lion
+ end
+
depends_on "pkg-config" => :build
depends_on "glib"
depends_on "gstreamer"