From a1b4df560aa10097a47d1b6e1d44da3894846c5c Mon Sep 17 00:00:00 2001 From: "Mark A. Matienzo" Date: Sat, 14 May 2011 11:11:29 -0400 Subject: [PATCH] Metasploit: add head Signed-off-by: Adam Vandenberg --- Formula/metasploit.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/metasploit.rb b/Formula/metasploit.rb index 8835aa77ca..6be38a6a9b 100644 --- a/Formula/metasploit.rb +++ b/Formula/metasploit.rb @@ -2,6 +2,7 @@ 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" homepage 'http://www.metasploit.com/framework/'