diff options
Diffstat (limited to 'Library/Formula/wbox.rb')
| -rw-r--r-- | Library/Formula/wbox.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/wbox.rb b/Library/Formula/wbox.rb index 006ae4794..05c59d9d5 100644 --- a/Library/Formula/wbox.rb +++ b/Library/Formula/wbox.rb @@ -3,7 +3,7 @@ require 'formula'  class Wbox < Formula    homepage 'http://hping.org/wbox/'    url 'http://hping.org/wbox/wbox-5.tar.gz' -  md5 'a95ca2c69982db10704b5ed482c9c722' +  sha1 '5f20fca378c8abf53bb6a9069ecdebeb40a74147'    def install      system "make" | 
