From 2a0a11c6f87a77e2663c68b9a5afbf5452a55807 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 23 Oct 2012 06:56:58 -0700 Subject: [PATCH] iozone 413 --- Formula/iozone.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/iozone.rb b/Formula/iozone.rb index 032f3aaf54..89c081ffe1 100644 --- a/Formula/iozone.rb +++ b/Formula/iozone.rb @@ -2,8 +2,8 @@ require 'formula' class Iozone < Formula homepage 'http://www.iozone.org/' - url 'http://www.iozone.org/src/current/iozone3_408.tar' - sha1 '3dc56a251949151d12fc033f179cb6852abc71de' + url 'http://www.iozone.org/src/current/iozone3_413.tar' + sha1 '397c2aae67f74dc9d189912b2e72ca594b790101' # Patch by @nijotz, adds O_DIRECT support when using -I flag. # See: https://github.com/mxcl/homebrew/pull/10585