sqlmap: update to 1.8.7.
This commit is contained in:
parent
3ccc458a30
commit
f3877ee5ea
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sqlmap'
|
||||
pkgname=sqlmap
|
||||
version=1.8.6
|
||||
version=1.8.7
|
||||
revision=1
|
||||
pycompile_dirs="usr/libexec/sqlmap"
|
||||
depends="python3"
|
||||
|
@ -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=70270ba87461febf7723ccd3e85c4d22efef731e8d9210c2c3ea2b4225453592
|
||||
checksum=1f98ecc55775b35a302e92977ebba35e29a6a3e3d063982fac2816b954113aeb
|
||||
python_version=3
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in New Issue