aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libsoxr.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libsoxr.rb b/Library/Formula/libsoxr.rb
index 9c5239159..ffbab338c 100644
--- a/Library/Formula/libsoxr.rb
+++ b/Library/Formula/libsoxr.rb
@@ -6,6 +6,13 @@ class Libsoxr < Formula
mirror "https://mirrors.kernel.org/debian/pool/main/libs/libsoxr/libsoxr_0.1.1.orig.tar.xz"
sha1 "f5d90e375db3914a522fef477898bde8c70243e7"
+ bottle do
+ cellar :any
+ sha1 "fd37418f49d09be7dea842f263c0f781ecc65a14" => :yosemite
+ sha1 "0fff9937e8254d636aaa7e0afb1d311a1fbff0e3" => :mavericks
+ sha1 "1da33c9683edeaa55a5d79dc08efd40e79a13b53" => :mountain_lion
+ end
+
depends_on "cmake" => :build
conflicts_with "sox", :because => "Sox contains soxr. Soxr is purely the resampler."