mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
network/sqlmap: Updated for version 1.2.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
4c55bc5142
commit
fa661d6573
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for sqlmap.
|
||||
|
||||
# Copyright 2010-2011 Marco Bonetti <sid77@slackware.it>
|
||||
# Copyright 2015-2017 Brenton Earl <brent@exitstatusone.com>
|
||||
# Copyright 2015-2018 Brenton Earl <brent@exitstatusone.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=sqlmap
|
||||
VERSION=${VERSION:-1.1.9}
|
||||
VERSION=${VERSION:-1.2.3}
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sqlmap"
|
||||
VERSION="1.1.9"
|
||||
VERSION="1.2.3"
|
||||
HOMEPAGE="http://sqlmap.org/"
|
||||
DOWNLOAD="https://github.com/sqlmapproject/sqlmap/archive/1.1.9/sqlmap-1.1.9.tar.gz"
|
||||
MD5SUM="05d487e86241066833c7041da004eb36"
|
||||
DOWNLOAD="https://github.com/sqlmapproject/sqlmap/archive/1.2.3/sqlmap-1.2.3.tar.gz"
|
||||
MD5SUM="c2c2453fb1ea9b6a1490cebef260970e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue