From 7b87b9a67b183f0ca5aa36983ee3acaa0f00e3e6 Mon Sep 17 00:00:00 2001 From: Kr1ss Date: Sun, 6 Feb 2022 20:27:03 +0100 Subject: update: wapiti 3.1.0-1 upstream release --- .SRCINFO | 7 +++---- PKGBUILD | 11 ++++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 27a3311..0f8ad8d 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 5c52fc1..dee5188 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"; } -- cgit v1.2.3-70-g09d2