sqlmap: update to 1.6.7.

This commit is contained in:
Andrew Benson 2022-07-27 08:36:20 -05:00
parent c7a2001090
commit c372d89ebc

View file

@ -1,6 +1,6 @@
# Template file for 'sqlmap' # Template file for 'sqlmap'
pkgname=sqlmap pkgname=sqlmap
version=1.6.6 version=1.6.7
revision=1 revision=1
pycompile_dirs="usr/libexec/sqlmap" pycompile_dirs="usr/libexec/sqlmap"
depends="python3" depends="python3"
@ -9,7 +9,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="http://sqlmap.org" homepage="http://sqlmap.org"
distfiles="https://github.com/sqlmapproject/sqlmap/archive/${version}.tar.gz" distfiles="https://github.com/sqlmapproject/sqlmap/archive/${version}.tar.gz"
checksum=3111017165f0dacdd6a83800b02ef27b17cdb5b31d19eebe44436aaac935f186 checksum=397472048c3b454da3e5448944002661fff376edd38f6fe902ab1db0f9fd8d2b
python_version=3 python_version=3
do_install() { do_install() {