diff --git a/Formula/exploitdb.rb b/Formula/exploitdb.rb index 7b98b0d663..ef86652c1c 100644 --- a/Formula/exploitdb.rb +++ b/Formula/exploitdb.rb @@ -2,10 +2,9 @@ class Exploitdb < Formula desc "The official Exploit Database" homepage "https://www.exploit-db.com/" url "https://github.com/offensive-security/exploit-database.git", - :tag => "2016-08-20", - :revision => "ae53a02150a104b1c03f205db6168cfd1efafb32" - version "2016-08-20" - + :tag => "2016-12-02", + :revision => "a5cd225af0e33df78eb3f3a97852ec69e577162f" + version "2016-12-02" head "https://github.com/offensive-security/exploit-database.git" bottle do @@ -17,7 +16,7 @@ class Exploitdb < Formula end def install - inreplace "searchsploit", /gitpath=\"\$\( cd .*/, "gitpath=\"#{pkgshare}\"" + inreplace "searchsploit", "gitpath=\"/opt/exploit-database\"", "gitpath=\"#{pkgshare}\"" bin.install "searchsploit" pkgshare.install %w[files.csv platforms .git] end