aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fio.rb
diff options
context:
space:
mode:
authorBrewTestBot2015-02-16 11:31:03 +0000
committerMike McQuaid2015-02-16 13:11:09 +0000
commit3bb7ec79c65e0d28ff28529ed5546f3f96bdd83e (patch)
treeb6a913bb37c3e8eeb29250c4476307a000015b5e /Library/Formula/fio.rb
parentb55ead72a83793e213e92a052974cfb70dbc8445 (diff)
downloadhomebrew-3bb7ec79c65e0d28ff28529ed5546f3f96bdd83e.tar.bz2
fio: add 2.2.5 bottle.
Diffstat (limited to 'Library/Formula/fio.rb')
-rw-r--r--Library/Formula/fio.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/fio.rb b/Library/Formula/fio.rb
index f40bbbc55..edd9c14da 100644
--- a/Library/Formula/fio.rb
+++ b/Library/Formula/fio.rb
@@ -3,6 +3,13 @@ class Fio < Formula
url "http://brick.kernel.dk/snaps/fio-2.2.5.tar.bz2"
sha1 "36b1bcbeee1d1d6c08a14a2f7cad289162e20e21"
+ bottle do
+ cellar :any
+ sha1 "3509a6a952469c90d80aac04af18c6611db8c66a" => :yosemite
+ sha1 "2069309ce6c0a96311dcdd67b95c88e34cfcde84" => :mavericks
+ sha1 "8f12a0d2f33c0a33102a5901b4e9a6c8cf7d73e8" => :mountain_lion
+ end
+
def install
system "./configure"
# fio's CFLAGS passes vital stuff around, and crushing it will break the build