p0f 3.06b
Closes Homebrew/homebrew#15645. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
6ec270404e
commit
2e7883378f
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class P0f < Formula
|
||||
homepage 'http://lcamtuf.coredump.cx/p0f3/'
|
||||
url 'http://lcamtuf.coredump.cx/p0f3/releases/p0f-3.05b.tgz'
|
||||
sha1 'e6f39c3811e681272e772f33588aa46b75975708'
|
||||
url 'http://lcamtuf.coredump.cx/p0f3/releases/p0f-3.06b.tgz'
|
||||
sha1 'fecc9ed8b79dbf8e4d5ffbd22eda9d850b42c3c3'
|
||||
|
||||
def install
|
||||
inreplace "config.h", "p0f.fp", "#{etc}/p0f/p0f.fp"
|
||||
|
|
Loading…
Reference in a new issue