From 00c17c50921aebdfcb341d8a3a3851d1763914da Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Mon, 16 Feb 2015 11:31:03 +0000 Subject: [PATCH] fio: add 2.2.5 bottle. --- Formula/fio.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/fio.rb b/Formula/fio.rb index f40bbbc551..edd9c14da5 100644 --- a/Formula/fio.rb +++ b/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