summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDenis Kasak2020-11-13 13:34:05 +0100
committerDenis Kasak2020-11-13 13:34:05 +0100
commitc093765102a5b0978cd8203c681e2d7fbbbbfa36 (patch)
tree0b21169e97094b923a62bc8545813c73ae6b8b30 /PKGBUILD
parentc49f1ef7577b915c6aa6f74c77c1af1794d66080 (diff)
downloadaur-wfuzz.tar.gz
Release 3.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67c2e15be7bf..0b180653e2ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
#Contributor: onny <onny@project-insanity.org>
pkgname=wfuzz
-pkgver=3.0.3
+pkgver=3.1.0
pkgrel=1
pkgdesc="Utility to bruteforce web applications to find their not linked resources"
url="https://github.com/xmendez/wfuzz"
@@ -15,7 +15,7 @@ license=('GPL')
depends=('python-pycurl' 'python-pyparsing' 'python-future' 'python-chardet' 'python-six')
makedepends=('python-setuptools' 'python-sphinx')
source=("https://github.com/xmendez/wfuzz/archive/v$pkgver.tar.gz")
-sha256sums=('420853b6a925ebabd7f3fa235369547a3dd6c5ecc333dee324cbfc9271eb62dd')
+sha256sums=('60798e56274a377f8770d162935a040d4d6e27919bfbb46cf13a7a0a34896be9')
build() {
cd "${srcdir}/${pkgname}-${pkgver}/docs"