sqlmap: update to 1.7.10.

This commit is contained in:
Andrew Benson 2023-10-10 11:58:52 -05:00
parent 57fb3a3343
commit 185aedd88e

View file

@ -1,7 +1,7 @@
# Template file for 'sqlmap'
pkgname=sqlmap
version=1.7.9
revision=2
version=1.7.10
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=6fb835a4c1514dd7dd1047e83001a746d95abfa341e559cdd08f73eb84aae96d
checksum=75a9fb2c8e64292baf1380d75ce4024eed7a9763375748042015bc401e784c78
python_version=3
do_install() {