aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJosa Gesell2013-07-10 20:45:43 +0200
committerAdam Vandenberg2013-07-10 12:47:51 -0700
commit03ff115d06700c7ac0d34691dc798b6201d86744 (patch)
treef508b6408825d535fcd54d291caa7fd84a108440 /Library/Formula
parentb82efee0967b15a89f431e9dc204c1715451d15c (diff)
downloadhomebrew-03ff115d06700c7ac0d34691dc798b6201d86744.tar.bz2
ioping 0.7
Closes #21128. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ioping.rb8
1 files changed, 6 insertions, 2 deletions
diff --git a/Library/Formula/ioping.rb b/Library/Formula/ioping.rb
index 9ab990f48..0c165d515 100644
--- a/Library/Formula/ioping.rb
+++ b/Library/Formula/ioping.rb
@@ -2,8 +2,8 @@ require 'formula'
class Ioping < Formula
homepage 'http://code.google.com/p/ioping/'
- url 'http://ioping.googlecode.com/files/ioping-0.6.tar.gz'
- sha1 '4b3860a6af0755467ebe67c09f36ddaebd9be3e7'
+ url 'https://ioping.googlecode.com/files/ioping-0.7.tar.gz'
+ sha1 'f841244149830506daca1b052694965d94fe2408'
head 'http://ioping.googlecode.com/svn/trunk/'
@@ -11,4 +11,8 @@ class Ioping < Formula
system "make"
system "make", "install", "PREFIX=#{prefix}"
end
+
+ def test
+ system "#{bin}/ioping", "-v"
+ end
end