rats: add 2.4 bottle.
This commit is contained in:
parent
f626d0029c
commit
ce02834910
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@ class Rats < Formula
|
|||
url "https://rough-auditing-tool-for-security.googlecode.com/files/rats-2.4.tgz"
|
||||
sha256 "2163ad111070542d941c23b98d3da231f13cf065f50f2e4ca40673996570776a"
|
||||
|
||||
bottle do
|
||||
sha256 "224ae02df998c8fc296bf3905fbc369a787fc55f5ef295d63f1b3c44bfee7a5d" => :el_capitan
|
||||
sha256 "7c26f10919e103d7e57c232e0e07840ad309fd04878831c04829d70506767157" => :yosemite
|
||||
sha256 "ab9d3469ecf24da07c80691cea41aa0266e85061ad3ddfec6cf65a0bd7c85acf" => :mavericks
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}",
|
||||
"--mandir=#{man}",
|
||||
|
|
Loading…
Reference in a new issue