diff options
author | Brenton Earl <brent@exitstatusone.com> | 2017-04-17 12:24:01 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-22 08:10:42 +0700 |
commit | cb88cd8762551d0f3a2471cd16f9981c6d4c525b (patch) | |
tree | d797c4bcaa88979acf3fade094af8aca3380dda5 /network/sqlmap | |
parent | 51488365d68a40a9fcef239b3a34d81ac7d48fee (diff) |
network/sqlmap: Updated for version 1.1.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/sqlmap')
-rw-r--r-- | network/sqlmap/slack-desc | 2 | ||||
-rw-r--r-- | network/sqlmap/sqlmap.SlackBuild | 4 | ||||
-rw-r--r-- | network/sqlmap/sqlmap.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/network/sqlmap/slack-desc b/network/sqlmap/slack-desc index 7e60c4e5b9ac..2651cf2348e0 100644 --- a/network/sqlmap/slack-desc +++ b/network/sqlmap/slack-desc @@ -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: diff --git a/network/sqlmap/sqlmap.SlackBuild b/network/sqlmap/sqlmap.SlackBuild index 9906bdca7af8..d24f26fddde2 100644 --- a/network/sqlmap/sqlmap.SlackBuild +++ b/network/sqlmap/sqlmap.SlackBuild @@ -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} diff --git a/network/sqlmap/sqlmap.info b/network/sqlmap/sqlmap.info index 4eacc2d628a6..73ef91768e0b 100644 --- a/network/sqlmap/sqlmap.info +++ b/network/sqlmap/sqlmap.info @@ -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="" |