sqlmap: update to 1.5.5.
This commit is contained in:
parent
a56dc05df2
commit
9d6b9b3e49
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'sqlmap'
|
||||
pkgname=sqlmap
|
||||
version=1.5.4
|
||||
version=1.5.5
|
||||
revision=1
|
||||
pycompile_dirs="usr/share/sqlmap"
|
||||
pycompile_dirs="usr/libexec/sqlmap"
|
||||
depends="python3"
|
||||
short_desc="Automatic SQL injection and database takeover tool"
|
||||
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=5b86671338102e6f48761b2edd6b7b9db8280cdb788ca531df612ea7654d6743
|
||||
checksum=66a234c3ee60604a8edd685a64110663a633757d3183db314edd76526fe1a0d8
|
||||
python_version=3
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in a new issue