mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 01:55:20 +00:00
deps: Update sleuthkit to version 4.6.1 (#4440)
This commit is contained in:
parent
4ae57f43a9
commit
345eae9c72
@ -4,25 +4,22 @@ class Sleuthkit < AbstractOsqueryFormula
|
||||
desc "Forensic toolkit"
|
||||
homepage "http://www.sleuthkit.org/"
|
||||
license "CPL-1.0 and IPL-1.0 and GPL-2.0+"
|
||||
url "https://github.com/sleuthkit/sleuthkit/archive/sleuthkit-4.3.0.tar.gz"
|
||||
sha256 "64a57a44955e91300e1ae69b34e8702afda0fb5bd72e2116429875c9f5f28980"
|
||||
url "https://github.com/sleuthkit/sleuthkit/archive/sleuthkit-4.6.1.tar.gz"
|
||||
sha256 "bb2c936dbc88820fc4a875bc9b610f56c6a4a61b7bc8625f86be2549a948a7a9"
|
||||
head "https://github.com/sleuthkit/sleuthkit.git"
|
||||
revision 200
|
||||
|
||||
bottle do
|
||||
root_url "https://osquery-packages.s3.amazonaws.com/bottles"
|
||||
cellar :any_skip_relocation
|
||||
sha256 "6864582956f4eeff6b563c8bd0775ebc8577c396bef58be5483a9260341511c9" => :sierra
|
||||
sha256 "79281239c7aeb11fee89df082a84a3bcd3b38ebbab40c8c4695d205beebd7466" => :x86_64_linux
|
||||
sha256 "1d470938ab2419aee95c2e70f3f7330cdd73cd7bea8932590c97141a2ebffeaa" => :sierra
|
||||
sha256 "33c7ebfc8d049f2808045d56879e506b6bc6e22fe306cf544f6fef8adb1aec74" => :x86_64_linux
|
||||
end
|
||||
|
||||
def install
|
||||
system "./bootstrap"
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--disable-java",
|
||||
"--disable-shared",
|
||||
"--enable-static",
|
||||
"--prefix=#{prefix}"
|
||||
system "./configure", *osquery_autoconf_flags,
|
||||
"--disable-java"
|
||||
system "make"
|
||||
system "make", "install"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user