aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBaptiste Fontaine2015-02-16 12:11:34 +0100
committerMike McQuaid2015-02-16 13:11:08 +0000
commitb55ead72a83793e213e92a052974cfb70dbc8445 (patch)
tree4a0b9b0b64031fcbdb8ddd537a4fb1eacf975a08 /Library/Formula
parenta50b7c7e05eb99a3b5d504d7a8617c7e594a09b6 (diff)
downloadhomebrew-b55ead72a83793e213e92a052974cfb70dbc8445.tar.bz2
fio 2.2.5
Closes #36855. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fio.rb10
1 files changed, 6 insertions, 4 deletions
diff --git a/Library/Formula/fio.rb b/Library/Formula/fio.rb
index cb5ac5e4f..f40bbbc55 100644
--- a/Library/Formula/fio.rb
+++ b/Library/Formula/fio.rb
@@ -1,9 +1,7 @@
-require "formula"
-
class Fio < Formula
homepage "http://freecode.com/projects/fio"
- url "http://brick.kernel.dk/snaps/fio-2.1.11.tar.bz2"
- sha1 "3a9e82477f29155fab531cb9d527469fef85042b"
+ url "http://brick.kernel.dk/snaps/fio-2.2.5.tar.bz2"
+ sha1 "36b1bcbeee1d1d6c08a14a2f7cad289162e20e21"
def install
system "./configure"
@@ -15,4 +13,8 @@ class Fio < Formula
"V=true", # get normal verbose output from fio's makefile
"install"
end
+
+ test do
+ system "#{bin}/fio", "--parse-only"
+ end
end