aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sound-touch.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/sound-touch.rb b/Library/Formula/sound-touch.rb
index 9c763e2a9..b37a91af5 100644
--- a/Library/Formula/sound-touch.rb
+++ b/Library/Formula/sound-touch.rb
@@ -5,6 +5,13 @@ class SoundTouch < Formula
url "http://www.surina.net/soundtouch/soundtouch-1.8.0.tar.gz"
sha256 "3d4161d74ca25c5a98c69dbb8ea10fd2be409ba1a3a0bf81db407c4c261f166b"
+ bottle do
+ cellar :any
+ sha1 "ba626eb84b2e8e82b4e2b608534f13800da00994" => :mavericks
+ sha1 "9dbb7296e5b8ea20790d97ee43967614dba9b584" => :mountain_lion
+ sha1 "728d89303b4cd85cd95f1ad625007d164c1f64bb" => :lion
+ end
+
option "with-integer-samples", "Build using integer samples? (default is float)"
depends_on "autoconf" => :build