aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorLuke Gallagher2012-03-10 17:48:05 +1100
committerAdam Vandenberg2012-03-11 13:45:02 -0700
commitfd1fd0f7045bbab810c09a782bd086868a8c4152 (patch)
tree2fd894975a83e30af30e1c6a5126156294e3ebd0 /Library
parent2bf7b4ddb57a87a7f1a28644dab0f959ab8a54cd (diff)
downloadhomebrew-fd1fd0f7045bbab810c09a782bd086868a8c4152.tar.bz2
Update metasploit and fix installation
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/metasploit.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/metasploit.rb b/Library/Formula/metasploit.rb
index ab810b5db..b9ec6488d 100644
--- a/Library/Formula/metasploit.rb
+++ b/Library/Formula/metasploit.rb
@@ -2,8 +2,8 @@ require 'formula'
class Metasploit < Formula
homepage 'http://www.metasploit.com/framework/'
- url "http://updates.metasploit.com/data/releases/framework-4.1.0.tar.bz2"
- sha1 'f978b82d0b5d65e2958006aa9a6fca01573b9539'
+ url "http://updates.metasploit.com/data/releases/framework-4.2.0.tar.bz2"
+ sha1 'f5ddc56a1f6dd4885edc6849428bf33179c66653'
head "https://www.metasploit.com/svn/framework3/trunk/", :using => :svn
@@ -13,8 +13,8 @@ class Metasploit < Formula
skip_clean :all
def install
- libexec.install Dir["msf*",'data','external','lib','modules','plugins','scripts','test','tools']
- bin.install_symlink Dir["#{libexec}/msf*"]
+ libexec.install Dir['.svn','armitage','HACKING',"msf*",'data','documentation','external','lib','modules','plugins','scripts','test','tools']
+ bin.install_symlink Dir["#{libexec}/msf*","#{libexec}/armitage"]
end
def caveats; <<-EOS.undent