diff options
| author | nibbles 2bits | 2012-06-30 00:54:31 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-30 08:29:06 -0700 |
| commit | abf9bcce079e0d9b6d01a5174843388f15cf202e (patch) | |
| tree | ce1267a49aabfd766c090f6075d61e07cbc001e7 /Library/Formula | |
| parent | fd70a2dc3759ba64fb76d68d4c066ad3b5179f39 (diff) | |
| download | homebrew-abf9bcce079e0d9b6d01a5174843388f15cf202e.tar.bz2 | |
fio 2.0.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fio.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/fio.rb b/Library/Formula/fio.rb index 2865730f0..08c74b777 100644 --- a/Library/Formula/fio.rb +++ b/Library/Formula/fio.rb @@ -1,9 +1,9 @@ require 'formula' class Fio < Formula - homepage 'http://freshmeat.net/projects/fio/' - url 'http://brick.kernel.dk/snaps/fio-1.58.tar.bz2' - md5 'bc5600997788bce5647576a4976d461d' + homepage 'http://freecode.com/projects/fio' + url 'http://brick.kernel.dk/snaps/fio-2.0.7.tar.bz2' + sha1 '597cca3a5843daeb3584ce52d090c58ca6632ef7' def install system "make", "prefix=#{prefix}", |
