aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/srtp.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/srtp.rb b/Library/Formula/srtp.rb
index cbe97fe09..6aa791d23 100644
--- a/Library/Formula/srtp.rb
+++ b/Library/Formula/srtp.rb
@@ -5,6 +5,13 @@ class Srtp < Formula
url 'https://codeload.github.com/cisco/libsrtp/tar.gz/v1.5.0'
sha1 'fbace084aa58dddc295e15aeab80208f154b4f16'
+ bottle do
+ cellar :any
+ sha1 "d2cc4fa21913d1055557ac4546b7be1bf70059bf" => :yosemite
+ sha1 "7e8b5b4fcd340a57e181179e25aef3554e663993" => :mavericks
+ sha1 "079bb268a4ccd761d073d3b4f0eed0d2411bdcaa" => :mountain_lion
+ end
+
# Add support for building shared libs
patch do
# Submitted upstream at https://github.com/cisco/libsrtp/pull/86