mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
sqlmap: update to 1.7.10.
This commit is contained in:
parent
57fb3a3343
commit
185aedd88e
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'sqlmap'
|
||||
pkgname=sqlmap
|
||||
version=1.7.9
|
||||
revision=2
|
||||
version=1.7.10
|
||||
revision=1
|
||||
pycompile_dirs="usr/libexec/sqlmap"
|
||||
depends="python3"
|
||||
short_desc="Automatic SQL injection and database takeover tool"
|
||||
|
@ -9,7 +9,7 @@ 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=6fb835a4c1514dd7dd1047e83001a746d95abfa341e559cdd08f73eb84aae96d
|
||||
checksum=75a9fb2c8e64292baf1380d75ce4024eed7a9763375748042015bc401e784c78
|
||||
python_version=3
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue