sqlmap: update to 1.9.6.

This commit is contained in:
Andrew Benson 2025-06-23 09:18:20 -05:00
parent b87eb93015
commit a8ee4d7645

View file

@ -1,6 +1,6 @@
# Template file for 'sqlmap' # Template file for 'sqlmap'
pkgname=sqlmap pkgname=sqlmap
version=1.9.5 version=1.9.6
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=4ce5f6e908fd16ce20aa36b7c3eda66e417ba0b1545e3dda9cb4b836c651a865 checksum=7cf60ca5364062ef7eab05a26fdeaf3b1457ea2200bf8198ed131ef7931c9bbf
python_version=3 python_version=3
do_install() { do_install() {