aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ffts.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-11-29 11:21:39 +0000
committerMike McQuaid2014-11-29 11:34:06 +0000
commit6d39f28ea35d992a914838278b54abf48961293b (patch)
tree2d2f75cc63a5d8cc1e0f545349ecd9416a5a6a57 /Library/Formula/ffts.rb
parent03adfaa97ebd06972743887e251ff790eb07b472 (diff)
downloadhomebrew-6d39f28ea35d992a914838278b54abf48961293b.tar.bz2
ffts: add 0.7 bottle.
Diffstat (limited to 'Library/Formula/ffts.rb')
-rw-r--r--Library/Formula/ffts.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/ffts.rb b/Library/Formula/ffts.rb
index 5bcaba8ab..d6f69d623 100644
--- a/Library/Formula/ffts.rb
+++ b/Library/Formula/ffts.rb
@@ -6,6 +6,13 @@ class Ffts < Formula
url "http://anthonix.com/ffts/releases/ffts-0.7.tar.gz"
sha1 "8318dc460413d952d2468c8bc9aa2e484bb72d98"
+ bottle do
+ cellar :any
+ sha1 "aa66ec913d790d6ea76a5bb9680150f8cb55e84c" => :yosemite
+ sha1 "b2cbeeb8dfae98c1dfbaea17aae5ee85d904afae" => :mavericks
+ sha1 "3c550705b80ef08b2bfa0195d417d654e3228175" => :mountain_lion
+ end
+
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",