sqlmap: update to 1.8.12.
This commit is contained in:
parent
0bc36b84df
commit
d1d9aa54fb
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sqlmap'
|
# Template file for 'sqlmap'
|
||||||
pkgname=sqlmap
|
pkgname=sqlmap
|
||||||
version=1.8.11
|
version=1.8.12
|
||||||
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=e52ee3a3c1892745176f936fc16a7f761d690739afa4b7b01c64e9144849cbd9
|
checksum=3917a2a73a66dcaff76be5933e132d55e0e32f8a2b1690b9cf53eb413fd433f5
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in New Issue