wfuzz: update to 2.4
This commit is contained in:
parent
dc49144352
commit
e6ba4298b1
2 changed files with 2 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
|||
--- setup.py.orig
|
||||
+++ setup.py
|
||||
@@ -24,7 +24,7 @@
|
||||
'pyparsing',
|
||||
'future',
|
||||
'six',
|
||||
- 'configparser',
|
||||
+ 'configparser;python_version<"3.5"',
|
||||
'chardet',
|
||||
]
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'wfuzz'
|
||||
pkgname=wfuzz
|
||||
version=2.3.4
|
||||
version=2.4
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
|
@ -13,4 +13,4 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|||
license="GPL-2.0-only"
|
||||
homepage="http://wfuzz.org"
|
||||
distfiles="https://github.com/xmendez/wfuzz/archive/v${version}.tar.gz"
|
||||
checksum=87ff36d866cb173389f90cf026136758d3af73079a6199961de12ed86568be51
|
||||
checksum=3b88cfaf1228f25d77750a7aab22ac6dea7db4711d68e2705090f4282051744f
|
||||
|
|
Loading…
Reference in a new issue