aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMark A. Matienzo2011-05-14 11:11:29 -0400
committerAdam Vandenberg2011-06-05 12:45:33 -0700
commitf0081acfba69897575021f88822ab33c24e10ce6 (patch)
tree5aa032cff1f3a3dac8a61eaced3c5d096dc541c7 /Library
parent4914f3b6acbe94e57934bf8be480d109954464a0 (diff)
downloadhomebrew-f0081acfba69897575021f88822ab33c24e10ce6.tar.bz2
Metasploit: add head
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/metasploit.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/metasploit.rb b/Library/Formula/metasploit.rb
index 8835aa77c..6be38a6a9 100644
--- a/Library/Formula/metasploit.rb
+++ b/Library/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/'