mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/sqlmap: Updated for version 1.1.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
51488365d6
commit
cb88cd8762
3 changed files with 6 additions and 6 deletions
|
@ -12,7 +12,7 @@ sqlmap: sqlmap is an open source command-line automatic SQL injection tool
|
|||
sqlmap: developed in Python. Its goal is to detect and take advantage of SQL
|
||||
sqlmap: injection vulnerabilities on web applications.
|
||||
sqlmap:
|
||||
sqlmap:
|
||||
sqlmap: Home page: http://sqlmap.org/
|
||||
sqlmap:
|
||||
sqlmap:
|
||||
sqlmap:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for sqlmap.
|
||||
|
||||
# Copyright 2010-2011 Marco Bonetti <sid77@slackware.it>
|
||||
# Copyright 2015-2016 Brenton Earl <brent@exitstatusone.com>
|
||||
# Copyright 2015-2017 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.0.12}
|
||||
VERSION=${VERSION:-1.1.4}
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sqlmap"
|
||||
VERSION="1.0.12"
|
||||
VERSION="1.1.4"
|
||||
HOMEPAGE="http://sqlmap.org/"
|
||||
DOWNLOAD="https://github.com/sqlmapproject/sqlmap/archive/1.0.12/sqlmap-1.0.12.tar.gz"
|
||||
MD5SUM="d226ba6b462b372e2ff4ccc249c15460"
|
||||
DOWNLOAD="https://github.com/sqlmapproject/sqlmap/archive/1.1.4/sqlmap-1.1.4.tar.gz"
|
||||
MD5SUM="88773ecb47d9c4cc279269c7ae8b2618"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue