summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2022-02-06 20:27:03 +0100
committerKr1ss2022-02-06 20:27:03 +0100
commit7b87b9a67b183f0ca5aa36983ee3acaa0f00e3e6 (patch)
tree84932ede9199e134cfef9a156df8653cd256d0bb
parentcbc932e5dd629897cb28f4e581a7a87135f138b9 (diff)
downloadaur-7b87b9a67b183f0ca5aa36983ee3acaa0f00e3e6.tar.gz
update: wapiti 3.1.0-1
upstream release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27a3311025de..0f8ad8d9ce5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wapiti
pkgdesc = Comprehensive web app vulnerability scanner written in Python
- pkgver = 3.0.9
+ pkgver = 3.1.0
pkgrel = 1
url = https://wapiti-scanner.github.io
changelog = ChangeLog
@@ -17,13 +17,12 @@ pkgbase = wapiti
depends = python-python-socks
depends = python-tld
depends = python-httpx
- depends = python-httpx-socks
depends = python-aiocache
depends = python-sqlalchemy
optdepends = python-requests-kerberos: Kerberos authentication
optdepends = python-requests-ntlm: NTLM authentication
options = zipman
- source = https://downloads.sourceforge.net/sourceforge/wapiti/wapiti/wapiti-3.0.9/wapiti3-3.0.9.tar.gz
- sha256sums = bd64674b9152057bf1534ca7d7aab8cad4fccb1027813e0d0281f48823a82475
+ source = https://github.com/wapiti-scanner/wapiti/releases/download/3.1.0/wapiti3-3.1.0.tar.gz
+ sha256sums = 4974204e5da966c3e91946465840420c708c034a7c030c5597d3c36badf05a0f
pkgname = wapiti
diff --git a/PKGBUILD b/PKGBUILD
index 5c52fc1277fd..dee5188fd19d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=wapiti
-pkgver=3.0.9
+pkgver=3.1.0
_name="$pkgname${pkgver:0:1}"
pkgrel=1
@@ -15,16 +15,17 @@ license=('GPL')
makedepends=('python-setuptools' 'python-pip')
depends=('python-requests' 'python-beautifulsoup4' 'python-lxml' 'python-yaswfp' 'python-browser-cookie3'
- 'python-mako' 'python-python-socks' 'python-tld' 'python-httpx' 'python-httpx-socks'
- 'python-aiocache' 'python-sqlalchemy')
+ 'python-mako' 'python-python-socks' 'python-tld' 'python-httpx' 'python-aiocache'
+ 'python-sqlalchemy')
optdepends=('python-requests-kerberos: Kerberos authentication'
'python-requests-ntlm: NTLM authentication')
options=('zipman')
changelog=ChangeLog
-source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname/$pkgname-$pkgver/$_name-$pkgver.tar.gz")
-sha256sums=('bd64674b9152057bf1534ca7d7aab8cad4fccb1027813e0d0281f48823a82475')
+source=("https://github.com/$pkgname-scanner/$pkgname/releases/download/$pkgver/$_name-$pkgver.tar.gz")
+#source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname/$pkgname-$pkgver/$_name-$pkgver.tar.gz")
+sha256sums=('4974204e5da966c3e91946465840420c708c034a7c030c5597d3c36badf05a0f')
prepare() { rm -rf "$_name-$pkgver/tests"; }