summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDenis Kasak2019-10-20 21:06:00 +0200
committerDenis Kasak2019-10-20 21:06:00 +0200
commit25ab9f709395ead52097b734f4c2cb3bb052697c (patch)
tree124216419f51a269453bfdfbc5707645cd6ff875 /PKGBUILD
parent0de05e1f8b4d6dd32baf7a463f5cbf7eb7164cca (diff)
downloadaur-25ab9f709395ead52097b734f4c2cb3bb052697c.tar.gz
Update to 2.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9fbd9f34db3..3e1dc3a507d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
#Contributor: onny <onny@project-insanity.org>
pkgname=wfuzz
-pkgver=2.4
+pkgver=2.4.1
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')
makedepends=('python-setuptools')
source=("https://github.com/xmendez/wfuzz/archive/v$pkgver.tar.gz")
-sha256sums=('3b88cfaf1228f25d77750a7aab22ac6dea7db4711d68e2705090f4282051744f')
+sha256sums=('d1c39dd6d2bf0cad5d38297e1fda9499302bf1b51da6c5088c223c0ce30864b9')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"