summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kasak2020-03-02 22:48:03 +0100
committerDenis Kasak2020-03-02 22:48:03 +0100
commit1518deaac2b7bbb6a801c31947a7c8850404dde9 (patch)
tree775bde3f7130f8cf551d5aa88c1756c0d1e583c2
parent25ab9f709395ead52097b734f4c2cb3bb052697c (diff)
downloadaur-1518deaac2b7bbb6a801c31947a7c8850404dde9.tar.gz
Update to 2.4.4.
Version 2.4.5 is blocked by the requirement of python-pycurl <= 7.43.0.3 (see https://github.com/xmendez/wfuzz/issues/180).
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af30ab45e70d..32f0d799d504 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wfuzz
pkgdesc = Utility to bruteforce web applications to find their not linked resources
- pkgver = 2.4.1
+ pkgver = 2.4.4
pkgrel = 1
url = https://github.com/xmendez/wfuzz
arch = any
@@ -9,8 +9,8 @@ pkgbase = wfuzz
depends = python-pycurl
depends = python-pyparsing
depends = python-future
- source = https://github.com/xmendez/wfuzz/archive/v2.4.1.tar.gz
- sha256sums = d1c39dd6d2bf0cad5d38297e1fda9499302bf1b51da6c5088c223c0ce30864b9
+ source = https://github.com/xmendez/wfuzz/archive/v2.4.4.tar.gz
+ sha256sums = 1c9ae0e5cefb698e0340242ddba2725344bed24bb5624f190f82c29fa2e65d6b
pkgname = wfuzz
diff --git a/PKGBUILD b/PKGBUILD
index 3e1dc3a507d2..ebe09e8616c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
#Contributor: onny <onny@project-insanity.org>
pkgname=wfuzz
-pkgver=2.4.1
+pkgver=2.4.4
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=('d1c39dd6d2bf0cad5d38297e1fda9499302bf1b51da6c5088c223c0ce30864b9')
+sha256sums=('1c9ae0e5cefb698e0340242ddba2725344bed24bb5624f190f82c29fa2e65d6b')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"