exploitdb 2018-11-16
Closes #34148. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
128be1b807
commit
0f47e7b60b
1 changed files with 5 additions and 6 deletions
|
@ -2,9 +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 => "2018-11-06",
|
||||
:revision => "363500a603389fc5ebfca441e328229a12700ca7"
|
||||
version "2018-11-06"
|
||||
:tag => "2018-11-16",
|
||||
:revision => "268e737bb6d13a14ed946435369e97d53a822ab9"
|
||||
version "2018-11-16"
|
||||
head "https://github.com/offensive-security/exploit-database.git"
|
||||
|
||||
bottle :unneeded
|
||||
|
@ -22,9 +22,8 @@ class Exploitdb < Formula
|
|||
bin.install "searchsploit"
|
||||
etc.install ".searchsploit_rc" => "searchsploit_rc"
|
||||
|
||||
upshare = pkgshare
|
||||
upshare.install %w[.git exploits files_exploits.csv files_shellcodes.csv
|
||||
shellcodes]
|
||||
pkgshare.install %w[.git exploits files_exploits.csv files_shellcodes.csv
|
||||
shellcodes]
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in a new issue