diff --git a/Formula/exploitdb.rb b/Formula/exploitdb.rb index 3849f3e6af1..6fef061b8b8 100644 --- a/Formula/exploitdb.rb +++ b/Formula/exploitdb.rb @@ -8,6 +8,13 @@ class Exploitdb < Formula head "https://github.com/offensive-security/exploit-database.git" + bottle do + cellar :any_skip_relocation + sha256 "f8a8ee01637daf836946d4bbc5442d465e75d86c6d5df9d5673029588a79ac93" => :el_capitan + sha256 "7521a2cd90ef47270248e201a2afe1a87cc20b7bbabcc2c665de35c97c98cb1e" => :yosemite + sha256 "3ad67e9c2d321f0f0d4a28f6f0557137b6b2638ecf28b2d3db0e8a5b200466a7" => :mavericks + end + def install inreplace "searchsploit", "gitpath=\"/usr/share/exploitdb\"", "gitpath=\"#{pkgshare}\"" bin.install "searchsploit"