sqlmap: update to 1.5.7.

This commit is contained in:
Andrew Benson 2021-07-06 09:42:37 -05:00
parent f3c6de55e8
commit 959ef49d6c

View file

@ -1,6 +1,6 @@
# Template file for 'sqlmap' # Template file for 'sqlmap'
pkgname=sqlmap pkgname=sqlmap
version=1.5.6 version=1.5.7
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=adc5feaf873ca6f50d4a1f3cf9d047b20c4e12733355528acb467926c6c375f1 checksum=b5d7bd6bfee2fcce2f84b332a9c337d45c37343c53b5793cc4141db77789db70
python_version=3 python_version=3
do_install() { do_install() {