summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kasak2019-06-15 15:40:25 +0200
committerDenis Kasak2019-06-15 15:40:25 +0200
commit0de05e1f8b4d6dd32baf7a463f5cbf7eb7164cca (patch)
tree4dee79fba0d6dd007dcca1796dd8e90e09d26b73
parent757cbf33e08a8f107caea35e3a1b53ffd623db02 (diff)
downloadaur-0de05e1f8b4d6dd32baf7a463f5cbf7eb7164cca.tar.gz
Update to 2.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d444171b76ef..035b2450dffb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wfuzz
pkgdesc = Utility to bruteforce web applications to find their not linked resources
- pkgver = 2.3.4
- pkgrel = 3
+ pkgver = 2.4
+ pkgrel = 1
url = https://github.com/xmendez/wfuzz
arch = any
license = GPL
@@ -9,10 +9,8 @@ pkgbase = wfuzz
depends = python-pycurl
depends = python-pyparsing
depends = python-future
- source = https://github.com/xmendez/wfuzz/archive/v2.3.4.tar.gz
- source = https://github.com/xmendez/wfuzz/pull/117.diff
- sha256sums = 87ff36d866cb173389f90cf026136758d3af73079a6199961de12ed86568be51
- sha256sums = d320a192f65b8bce8acd2fa285331ab69ea996cbfe76f3d2563de7ccfe11dd0e
+ source = https://github.com/xmendez/wfuzz/archive/v2.4.tar.gz
+ sha256sums = 3b88cfaf1228f25d77750a7aab22ac6dea7db4711d68e2705090f4282051744f
pkgname = wfuzz
diff --git a/PKGBUILD b/PKGBUILD
index 3f441e0adbee..e9fbd9f34db3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,27 +1,24 @@
# Maintainer: Cedric Girard <cgirard.archlinux@valinor.fr>
+# Maintainer: Denis Kasak <dkasak AT termina DOT org DOT uk>
#Contributor: Olivier Le Moal <mail at olivierlemoal dot fr>
#Contributor: Dawid Wrobel <cromo@klej.net>
#Contributor: Sébastien Duquette <ekse.0x@gmail.com>
#Contributor: onny <onny@project-insanity.org>
pkgname=wfuzz
-pkgver=2.3.4
-pkgrel=3
+pkgver=2.4
+pkgrel=1
pkgdesc="Utility to bruteforce web applications to find their not linked resources"
url="https://github.com/xmendez/wfuzz"
arch=('any')
license=('GPL')
depends=('python-pycurl' 'python-pyparsing' 'python-future')
makedepends=('python-setuptools')
-source=("https://github.com/xmendez/wfuzz/archive/v$pkgver.tar.gz"
- "https://github.com/xmendez/wfuzz/pull/117.diff")
-sha256sums=('87ff36d866cb173389f90cf026136758d3af73079a6199961de12ed86568be51'
- 'd320a192f65b8bce8acd2fa285331ab69ea996cbfe76f3d2563de7ccfe11dd0e')
+source=("https://github.com/xmendez/wfuzz/archive/v$pkgver.tar.gz")
+sha256sums=('3b88cfaf1228f25d77750a7aab22ac6dea7db4711d68e2705090f4282051744f')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 < ../117.diff
-
}
package() {