network/dmitry: Updated for version 1.3a.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8d5d723ac6
commit
0fdb8c8a92
|
@ -3,28 +3,26 @@
|
|||
# Slackware build script for dmitry
|
||||
|
||||
# Copyright Wigums
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
# Version 2, December 2004
|
||||
|
||||
# Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
||||
|
||||
# Everyone is permitted to copy and distribute verbatim or modified
|
||||
# copies of this license document, and changing it is allowed as long
|
||||
# as the name is changed.
|
||||
|
||||
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
# TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
# 0. You just DO WHAT THE FUCK YOU WANT TO.
|
||||
|
||||
|
||||
|
||||
PRGNAM=dmitry
|
||||
SRCNAM=DMitry
|
||||
VERSION=${VERSION:-1.2a}
|
||||
VERSION=${VERSION:-1.3a}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_Sbo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dmitry"
|
||||
VERSION="1.2a"
|
||||
VERSION="1.3a"
|
||||
HOMEPAGE="http://mor-pah.net/software/dmitry-deepmagic-information-gathering-tool/"
|
||||
DOWNLOAD="https://dl.packetstormsecurity.net/UNIX/misc/DMitry-1.2a.tar.gz"
|
||||
MD5SUM="5917242266383be3aa7e0e618ae0c015"
|
||||
DOWNLOAD="https://dl.packetstormsecurity.net/UNIX/misc/DMitry-1.3a.tar.gz"
|
||||
MD5SUM="8d578ba16de34b5cbebf6b767181b00d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue