network/sqlmap: Updated for version 1.8.7.

Let it run with python 3.11

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
rizitis 2024-08-04 21:00:44 +02:00 committed by Matteo Bernardini
parent 712320b61b
commit 55a168f597
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=sqlmap PRGNAM=sqlmap
VERSION=${VERSION:-1.4.9} VERSION=${VERSION:-1.8.7}
ARCH=noarch ARCH=noarch
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="sqlmap" PRGNAM="sqlmap"
VERSION="1.4.9" VERSION="1.8.7"
HOMEPAGE="http://sqlmap.org/" HOMEPAGE="http://sqlmap.org/"
DOWNLOAD="https://github.com/sqlmapproject/sqlmap/archive/1.4.9/sqlmap-1.4.9.tar.gz" DOWNLOAD="https://github.com/sqlmapproject/sqlmap/archive/1.8.7/sqlmap-1.8.7.tar.gz"
MD5SUM="f79dac9b60f40ccdb4e1a05797b7cdc6" MD5SUM="874be44facc1e375a61812512c4e2422"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""