diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/wbox.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/wbox.rb b/Library/Formula/wbox.rb index 99bcdd06d..af9cfd828 100644 --- a/Library/Formula/wbox.rb +++ b/Library/Formula/wbox.rb @@ -1,8 +1,8 @@ require 'formula' class Wbox < Formula - url 'http://hping.org/wbox/wbox-5.tar.gz' homepage 'http://hping.org/wbox/' + url 'http://hping.org/wbox/wbox-5.tar.gz' md5 'a95ca2c69982db10704b5ed482c9c722' def install @@ -11,6 +11,6 @@ class Wbox < Formula end def test - system "wbox www.google.com 1" + system "#{bin}/wbox www.google.com 1" end end |
