sqlmap: update to 1.9.

This commit is contained in:
Andrew Benson 2025-01-07 08:48:46 -06:00
parent 2f7bdef7d2
commit d5147f4783

View file

@ -1,7 +1,7 @@
# Template file for 'sqlmap'
pkgname=sqlmap
version=1.8.12
revision=2
version=1.9
revision=1
pycompile_dirs="usr/libexec/sqlmap"
depends="python3"
short_desc="Automatic SQL injection and database takeover tool"
@ -9,7 +9,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
license="GPL-2.0-or-later"
homepage="http://sqlmap.org"
distfiles="https://github.com/sqlmapproject/sqlmap/archive/${version}.tar.gz"
checksum=3917a2a73a66dcaff76be5933e132d55e0e32f8a2b1690b9cf53eb413fd433f5
checksum=7954fb45930ad5a0fb49834d42d3c895dbf9723784c439ee1d47a12615a5307c
python_version=3
do_install() {