mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
sqlmap: update to 1.8.11.
This commit is contained in:
parent
c6524917e8
commit
77120c83ae
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.8.10
|
version=1.8.11
|
||||||
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=8fee446ae72ecbe3d7ee583e3e77f3d352d3ee4f8e6ff33591a3f431387a10d3
|
checksum=e52ee3a3c1892745176f936fc16a7f761d690739afa4b7b01c64e9144849cbd9
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue