exploitdb: update github url (#34654)
This commit is contained in:
parent
1f73a59f61
commit
010ff154c8
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
class Exploitdb < Formula
|
class Exploitdb < Formula
|
||||||
desc "The official Exploit Database"
|
desc "The official Exploit Database"
|
||||||
homepage "https://www.exploit-db.com/"
|
homepage "https://www.exploit-db.com/"
|
||||||
url "https://github.com/offensive-security/exploit-database.git",
|
url "https://github.com/offensive-security/exploitdb.git",
|
||||||
:tag => "2018-11-28",
|
:tag => "2018-11-28",
|
||||||
:revision => "dfd1e454e1d8331215f5544aed699b3d7f77825e"
|
:revision => "dfd1e454e1d8331215f5544aed699b3d7f77825e"
|
||||||
version "2018-11-28"
|
version "2018-11-28"
|
||||||
head "https://github.com/offensive-security/exploit-database.git"
|
head "https://github.com/offensive-security/exploitdb.git"
|
||||||
|
|
||||||
bottle :unneeded
|
bottle :unneeded
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue