network/sqlmap: Updated for version 1.1.4.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Brenton Earl 2017-04-17 12:24:01 +01:00 committed by Willy Sudiarto Raharjo
parent 51488365d6
commit cb88cd8762
3 changed files with 6 additions and 6 deletions

View file

@ -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:

View file

@ -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}

View file

@ -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=""