mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
sqlmap: update to 1.4.11.
This commit is contained in:
parent
46bd30dd99
commit
8bbbfeb33e
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.4.10
|
version=1.4.11
|
||||||
revision=1
|
revision=1
|
||||||
pycompile_dirs="usr/share/sqlmap"
|
pycompile_dirs="usr/share/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=bdc38d1adc5fa95f28e74aa994707916239a8cc033e3cb6ce2fe9c68c167e3ff
|
checksum=80cc07e08cc7e9662c6b8ce99fd3ae8706458b8009c56369dbb1f57b3b6634c5
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue