nfdump: add 1.6.13 bottle.
This commit is contained in:
parent
63c38eb744
commit
082735f726
1 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,13 @@ class Nfdump < Formula
|
|||
url "https://downloads.sourceforge.net/project/nfdump/stable/nfdump-1.6.13/nfdump-1.6.13.tar.gz"
|
||||
sha256 "251533c316c9fe595312f477cdb051e9c667517f49fb7ac5b432495730e45693"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "2e0585426172efc2d436e3ab80574cbf048cfbcd7e9a5ca1fc072d90f763d748" => :yosemite
|
||||
sha256 "d0b6f686b1f95dda13cb282e818b288f29fd30bebfb1b8797093d707348d627f" => :mavericks
|
||||
sha256 "5bbd8ec9a51cde3c6ed0aaeb1b77a4f2ba59bea99d5304fa1415a7e2e0d5280b" => :mountain_lion
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make", "install"
|
||||
|
|
Loading…
Reference in a new issue