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 --- PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'PKGBUILD') 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