diff options
-rw-r--r-- | network/framework/framework.SlackBuild | 4 | ||||
-rw-r--r-- | network/framework/framework.info | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/network/framework/framework.SlackBuild b/network/framework/framework.SlackBuild index 7ca61ee8f66..71b6c29d291 100644 --- a/network/framework/framework.SlackBuild +++ b/network/framework/framework.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Metasploit Framework -# Copyright 2009-2010 Marco Bonetti <sid77@slackware.it> +# Copyright 2010-2011 Marco Bonetti <sid77@slackware.it> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=framework -VERSION=${VERSION:-3.3.2} +VERSION=${VERSION:-3.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/framework/framework.info b/network/framework/framework.info index ca5647ec82a..21df8e3791b 100644 --- a/network/framework/framework.info +++ b/network/framework/framework.info @@ -1,10 +1,10 @@ PRGNAM="framework" -VERSION="3.3.2" +VERSION="3.4.1" HOMEPAGE="http://www.metasploit.com/framework/" -DOWNLOAD="http://www.metasploit.com/releases/framework-3.3.2-linux-i686.run" -DOWNLOAD_x86_64="http://www.metasploit.com/releases/framework-3.3.2-linux-x86_64.run" -MD5SUM="f0625953ea28702764b79e6d2cacf651" -MD5SUM_x86_64="428e00719132fb4f1302ea59ee12b11d" +DOWNLOAD="http://www.metasploit.com/releases/framework-3.4.1-linux-i686.run" +MD5SUM="c7fe42bd511bbd4263ac5d3a2a21d415" +DOWNLOAD_x86_64="http://www.metasploit.com/releases/framework-3.4.1-linux-x86_64.run" +MD5SUM_x86_64="a83aab1be7e2fae24cc7ba8ff92bfd57" MAINTAINER="Marco Bonetti" EMAIL="sid77@slackware.it" -APPROVED="rworkman" +APPROVED="Erik Hanson" |