diff options
Diffstat (limited to 'Library/Formula/pwnat.rb')
| -rw-r--r-- | Library/Formula/pwnat.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/pwnat.rb b/Library/Formula/pwnat.rb index fa2593073..4df15229e 100644 --- a/Library/Formula/pwnat.rb +++ b/Library/Formula/pwnat.rb @@ -3,7 +3,7 @@ require 'formula'  class Pwnat < Formula    url 'http://samy.pl/pwnat/pwnat-0.3-beta.tgz'    homepage 'http://samy.pl/pwnat/' -  md5 'd1f2b556a32669484f0358d009a20feb' +  sha1 '6faaeef76a2b62635def8fdef06fce0dfa3e870e'    def install      system "make", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}", "LDFLAGS=-lz" | 
