sqlmap: update to 1.5.9.

This commit is contained in:
Andrew Benson 2021-09-09 11:28:30 -05:00
parent d1fe890877
commit 3fbf4e5bcb

View file

@ -1,6 +1,6 @@
# Template file for 'sqlmap' # Template file for 'sqlmap'
pkgname=sqlmap pkgname=sqlmap
version=1.5.8 version=1.5.9
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=a4302858bcf7791334e8f7165885369898330aa547888db0e73576b53f96771d checksum=3e8516e268ffc6983ff522f7d5a73327e2ad0156c256d713ba046a4b7df3ef94
python_version=3 python_version=3
do_install() { do_install() {