summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDenis Kasak2020-10-27 21:27:26 +0100
committerDenis Kasak2020-10-27 21:27:26 +0100
commitc49f1ef7577b915c6aa6f74c77c1af1794d66080 (patch)
treeae986c87318485cc1094d2feb9a061995e3ff151 /PKGBUILD
parent08a4b328b8903c5fd22bc265c7aeab848b822c37 (diff)
downloadaur-c49f1ef7577b915c6aa6f74c77c1af1794d66080.tar.gz
Update to 3.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc4fd9253600..67c2e15be7bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
#Contributor: onny <onny@project-insanity.org>
pkgname=wfuzz
-pkgver=3.0.1
+pkgver=3.0.3
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=('55ac415c66db05f1f0504e35426caa52b0322c6a87c7c529a84a9c8d061426fd')
+sha256sums=('420853b6a925ebabd7f3fa235369547a3dd6c5ecc333dee324cbfc9271eb62dd')
build() {
cd "${srcdir}/${pkgname}-${pkgver}/docs"