mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
sqlmap: 1.3.6 bump
This commit is contained in:
parent
ef9c36b946
commit
63c6de695a
3 changed files with 4 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST sqlmap-1.3.4.tar.gz 7423809 BLAKE2B 8484cc4487bb52252c5798cebcde86f51ffd62bbb9d686ccddc50ba58e2a51b645d088a69bd0b3360764926221e25be1da99b2f07ed9497cf7eac688074ca353 SHA512 0a0206bd69100c913747eb64e351fe9db739bbe2a08d6a3008c8e1ee7efb28cf610b3b880315e8e58f813332138d2083bebc6447814d6f40bde29f35ce293cc4
|
||||
DIST sqlmap-1.3.5.tar.gz 7430961 BLAKE2B cb2e841f2d808d7d0688e35b4a88bf0feca3bf7dc898f7107a10b4080cd02430e5b535bdfe7628f6c4d349af0c761de6639fb53602da745237c24aeb97409be7 SHA512 55500472d0bf18984ef9de3806e3f634253b477ec4dbae88fa6ae847b5b84a0412d5bc251f3a8f9e5021e29ef783262e86969b4836c1e2cc1dc3511bc7bf7979
|
||||
DIST sqlmap-1.3.6.tar.gz 7452711 BLAKE2B e6d5af4885b291e4942213f315f8e770df27b1b706054745b9075188febc82a5e83cb897fe5dd196f70734bbe6081ff2a4051e5812797b03da7e4ea1b4a17c74 SHA512 bf1b0e3422e979e34c36014c8dadf2d64aec95810ceb3f1fce11231d3b11026b3575f8f390ac6dab4ff8695f74f19cd0373cb91b63ae15978c6d3cc9487e5db5
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit python-single-r1 bash-completion-r1
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
|
||||
inherit python-r1 bash-completion-r1
|
||||
|
||||
if [[ ${PV} == "9999" ]]; then
|
||||
inherit git-r3
|
||||
|
|
@ -49,7 +49,7 @@ src_install () {
|
|||
dodir /usr/share/${PN}/
|
||||
|
||||
cp -R * "${ED}"/usr/share/${PN}/
|
||||
python_fix_shebang "${ED}"/usr/share/${PN}
|
||||
# python_fix_shebang "${ED}"/usr/share/${PN}
|
||||
dosym "${EPREFIX}"/usr/share/${PN}/sqlmap.py /usr/bin/${PN}
|
||||
|
||||
newbashcomp "${FILESDIR}"/sqlmap.bash-completion sqlmap
|
||||
|
|
|
|||
Loading…
Reference in a new issue