update to 2.3.4
This commit is contained in:
parent
512d993e22
commit
945536dc25
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = wfuzz
|
pkgbase = wfuzz
|
||||||
pkgdesc = Utility to bruteforce web applications to find their not linked resources
|
pkgdesc = Utility to bruteforce web applications to find their not linked resources
|
||||||
pkgver = 2.3.1
|
pkgver = 2.3.4
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/xmendez/wfuzz
|
url = https://github.com/xmendez/wfuzz
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -8,9 +8,9 @@ pkgbase = wfuzz
|
||||||
license = GPL
|
license = GPL
|
||||||
depends = python2-pycurl
|
depends = python2-pycurl
|
||||||
depends = python2-pyparsing
|
depends = python2-pyparsing
|
||||||
source = https://github.com/xmendez/wfuzz/archive/v2.3.1.tar.gz
|
source = https://github.com/xmendez/wfuzz/archive/v2.3.4.tar.gz
|
||||||
md5sums = 52c41b801f1976497567d13c2d403759
|
md5sums = 74817cc7aa14efda785c1727622e4539
|
||||||
sha256sums = 4c111d9189463599b69a810c14b9c7b4fccd83b2969616d4d0c83d48ac5bfd3d
|
sha256sums = 87ff36d866cb173389f90cf026136758d3af73079a6199961de12ed86568be51
|
||||||
|
|
||||||
pkgname = wfuzz
|
pkgname = wfuzz
|
||||||
|
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -4,7 +4,7 @@
|
||||||
#Maintainer: onny <onny@project-insanity.org>
|
#Maintainer: onny <onny@project-insanity.org>
|
||||||
|
|
||||||
pkgname=wfuzz
|
pkgname=wfuzz
|
||||||
pkgver=2.3.1
|
pkgver=2.3.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Utility to bruteforce web applications to find their not linked resources"
|
pkgdesc="Utility to bruteforce web applications to find their not linked resources"
|
||||||
url="https://github.com/xmendez/wfuzz"
|
url="https://github.com/xmendez/wfuzz"
|
||||||
|
@ -16,8 +16,8 @@ conflicts=()
|
||||||
replaces=()
|
replaces=()
|
||||||
backup=()
|
backup=()
|
||||||
source=("https://github.com/xmendez/wfuzz/archive/v$pkgver.tar.gz")
|
source=("https://github.com/xmendez/wfuzz/archive/v$pkgver.tar.gz")
|
||||||
md5sums=('52c41b801f1976497567d13c2d403759')
|
md5sums=('74817cc7aa14efda785c1727622e4539')
|
||||||
sha256sums=('4c111d9189463599b69a810c14b9c7b4fccd83b2969616d4d0c83d48ac5bfd3d')
|
sha256sums=('87ff36d866cb173389f90cf026136758d3af73079a6199961de12ed86568be51')
|
||||||
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue