summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kasak2020-10-27 21:27:26 +0100
committerDenis Kasak2020-10-27 21:27:26 +0100
commitc49f1ef7577b915c6aa6f74c77c1af1794d66080 (patch)
treeae986c87318485cc1094d2feb9a061995e3ff151
parent08a4b328b8903c5fd22bc265c7aeab848b822c37 (diff)
downloadaur-c49f1ef7577b915c6aa6f74c77c1af1794d66080.tar.gz
Update to 3.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ff0f28c24e0..9acf72c51766 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wfuzz
pkgdesc = Utility to bruteforce web applications to find their not linked resources
- pkgver = 3.0.1
+ pkgver = 3.0.3
pkgrel = 1
url = https://github.com/xmendez/wfuzz
arch = any
@@ -12,8 +12,8 @@ pkgbase = wfuzz
depends = python-future
depends = python-chardet
depends = python-six
- source = https://github.com/xmendez/wfuzz/archive/v3.0.1.tar.gz
- sha256sums = 55ac415c66db05f1f0504e35426caa52b0322c6a87c7c529a84a9c8d061426fd
+ source = https://github.com/xmendez/wfuzz/archive/v3.0.3.tar.gz
+ sha256sums = 420853b6a925ebabd7f3fa235369547a3dd6c5ecc333dee324cbfc9271eb62dd
pkgname = wfuzz
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"