sqlmap: update to 1.7.7.

This commit is contained in:
Andrew Benson 2023-07-08 22:58:13 -05:00
parent 26bf3ba3ce
commit 19a426dc15

View file

@ -1,6 +1,6 @@
# Template file for 'sqlmap' # Template file for 'sqlmap'
pkgname=sqlmap pkgname=sqlmap
version=1.7.6 version=1.7.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=035df3f8d3eda65723318d3e1faa5e271e82774a151f4ff706e79ed5b49e2b27 checksum=ca478e7f3767ad584b34ea035ce8144d06d5deae4ea364df73c2916fd9922803
python_version=3 python_version=3
do_install() { do_install() {