Metasploit 3.7.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
a1b4df560a
commit
3c3044e3f1
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
|||
require 'formula'
|
||||
|
||||
class Metasploit < Formula
|
||||
url "https://www.metasploit.com/svn/framework3/trunk/", :using => :svn, :revision => "9321"
|
||||
head "https://www.metasploit.com/svn/framework3/trunk/", :using => :svn
|
||||
version "3.4.0"
|
||||
url "http://updates.metasploit.com/data/releases/framework-3.7.1.tar.bz2"
|
||||
homepage 'http://www.metasploit.com/framework/'
|
||||
sha1 '9a104bcacc8ecf683f5df16613da19076c81413c'
|
||||
|
||||
head "https://www.metasploit.com/svn/framework3/trunk/", :using => :svn
|
||||
|
||||
def install
|
||||
libexec.install Dir["msf*",'data','external','lib','modules','plugins','scripts','test','tools']
|
||||
|
|
Loading…
Reference in a new issue