mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/framework: Updated for version 3.4.1.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
346e5cc9ab
commit
260509cfec
2 changed files with 8 additions and 8 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue