sqlmap: update to 1.9.2.

This commit is contained in:
Andrew Benson 2025-02-06 13:08:10 -06:00
parent a02cf4678c
commit d10264caf5

View file

@ -1,6 +1,6 @@
# Template file for 'sqlmap' # Template file for 'sqlmap'
pkgname=sqlmap pkgname=sqlmap
version=1.9 version=1.9.2
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=7954fb45930ad5a0fb49834d42d3c895dbf9723784c439ee1d47a12615a5307c checksum=84f51ffb7486e3b13bc16676fdaeca8380089c6faa131c18d9bfcd5418501644
python_version=3 python_version=3
do_install() { do_install() {