summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2018-12-05 10:38:31 +0100
committerOlivier Le Moal2018-12-05 10:41:08 +0100
commit512d993e22499c590ac00a0b3212d0430abd1163 (patch)
tree49f9462ab0896f1fa44e1f65bfbcbda57cabc3f3
parent17d70eb7c64aca1c7cf436eb8ec55d3d513d4d2e (diff)
downloadaur-512d993e22499c590ac00a0b3212d0430abd1163.tar.gz
update wfuzz to 2.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 927818455684..9c4a59e6e2de 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.2.11
+ pkgver = 2.3.1
pkgrel = 1
url = https://github.com/xmendez/wfuzz
arch = i686
@@ -8,9 +8,9 @@ pkgbase = wfuzz
license = GPL
depends = python2-pycurl
depends = python2-pyparsing
- source = https://github.com/xmendez/wfuzz/archive/v2.2.11.tar.gz
- md5sums = 91281ea3cd32b0b9c8478d5cca424d05
- sha256sums = d90ed28f5e301e1b8f66e041dedecc92c6e6c264da6fc2790ac69d11bce8e009
+ source = https://github.com/xmendez/wfuzz/archive/v2.3.1.tar.gz
+ md5sums = 52c41b801f1976497567d13c2d403759
+ sha256sums = 4c111d9189463599b69a810c14b9c7b4fccd83b2969616d4d0c83d48ac5bfd3d
pkgname = wfuzz
diff --git a/PKGBUILD b/PKGBUILD
index 3fa29f22a328..d5afb8b87bad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
#Maintainer: onny <onny@project-insanity.org>
pkgname=wfuzz
-pkgver=2.2.11
+pkgver=2.3.1
pkgrel=1
pkgdesc="Utility to bruteforce web applications to find their not linked resources"
url="https://github.com/xmendez/wfuzz"
@@ -16,8 +16,8 @@ conflicts=()
replaces=()
backup=()
source=("https://github.com/xmendez/wfuzz/archive/v$pkgver.tar.gz")
-md5sums=('91281ea3cd32b0b9c8478d5cca424d05')
-sha256sums=('d90ed28f5e301e1b8f66e041dedecc92c6e6c264da6fc2790ac69d11bce8e009')
+md5sums=('52c41b801f1976497567d13c2d403759')
+sha256sums=('4c111d9189463599b69a810c14b9c7b4fccd83b2969616d4d0c83d48ac5bfd3d')
package() {