From 0fa4e325cd87eb795e2ef92a1b953bffc4bdc419 Mon Sep 17 00:00:00 2001 From: Franz Bettag Date: Tue, 17 May 2011 19:30:00 +0200 Subject: Metasploit 3.7.1 Signed-off-by: Adam Vandenberg --- Library/Formula/metasploit.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/metasploit.rb b/Library/Formula/metasploit.rb index 6be38a6a9..4f72eb51a 100644 --- a/Library/Formula/metasploit.rb +++ b/Library/Formula/metasploit.rb @@ -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'] -- cgit v1.2.3