exploitdb 2016-08-14
Fix tag to match hash. Closes #3927. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
5105da0c39
commit
b88a18a1cc
1 changed files with 3 additions and 3 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 => "2016-06-11",
|
||||
:revision => "4bc4dc0218bc10545d4b89c279b78a0319a9a6f1"
|
||||
version "2016-06-11"
|
||||
:tag => "2016-08-15",
|
||||
:revision => "52c4bb1e58d8ab0a914fd3ad299ec5c765c097bf"
|
||||
version "2016-08-15"
|
||||
|
||||
head "https://github.com/offensive-security/exploit-database.git"
|
||||
|
||||
|
|
Loading…
Reference in a new issue