sqlmap: update to 1.6.12.

This commit is contained in:
Andrew Benson 2022-12-20 18:14:52 -06:00
parent 9974d55f57
commit e98b32628e
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'sqlmap'
pkgname=sqlmap
version=1.6.11
revision=2
version=1.6.12
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=7c10a92591f440678af7eaf07c439a331c79a86e44588e32cbce490ab731bafe
checksum=a5ed3849942e89b9e90c93e0df98ccc113f26e81ad8e73fd8182907106eae1a2
python_version=3
do_install() {