sqlmap: update to 1.5.5.

This commit is contained in:
Andrew Benson 2021-05-04 16:19:11 -05:00
parent a56dc05df2
commit 9d6b9b3e49

View file

@ -1,15 +1,15 @@
# Template file for 'sqlmap' # Template file for 'sqlmap'
pkgname=sqlmap pkgname=sqlmap
version=1.5.4 version=1.5.5
revision=1 revision=1
pycompile_dirs="usr/share/sqlmap" pycompile_dirs="usr/libexec/sqlmap"
depends="python3" depends="python3"
short_desc="Automatic SQL injection and database takeover tool" short_desc="Automatic SQL injection and database takeover tool"
maintainer="Andrew Benson <abenson+void@gmail.com>" 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=5b86671338102e6f48761b2edd6b7b9db8280cdb788ca531df612ea7654d6743 checksum=66a234c3ee60604a8edd685a64110663a633757d3183db314edd76526fe1a0d8
python_version=3 python_version=3
do_install() { do_install() {