mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
sqlmap: update to 1.5.6.
This commit is contained in:
parent
22e9aaf656
commit
d01cb5dcb0
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sqlmap'
|
# Template file for 'sqlmap'
|
||||||
pkgname=sqlmap
|
pkgname=sqlmap
|
||||||
version=1.5.5
|
version=1.5.6
|
||||||
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=66a234c3ee60604a8edd685a64110663a633757d3183db314edd76526fe1a0d8
|
checksum=adc5feaf873ca6f50d4a1f3cf9d047b20c4e12733355528acb467926c6c375f1
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue