summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlberrymage2020-10-07 12:28:37 -0800
committerlberrymage2020-10-07 12:28:37 -0800
commitb1272588b02cf3f2ff8829670cf5aceef57334da (patch)
treedc24163ba4effe29733363f4f16bc1c1d55fce3e /PKGBUILD
parent1f6490821cea12e4bee62a579535f99653844319 (diff)
downloadaur-b1272588b02cf3f2ff8829670cf5aceef57334da.tar.gz
Bump version from 3.0.0.0 to 3.0.2.0
Python 3 support appears to work without error, so we're dropping Python 2.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19cd60b6b3b2..b7b0189f6d32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
_pkgname=Responder
pkgname=responder
-pkgver=3.0.0.0
-pkgrel=3
+pkgver=3.0.2.0
+pkgrel=1
pkgdesc='A LLMNR, NBT-NS and MDNS poisoner, with built-in HTTP/SMB/MSSQL/FTP/LDAP rogue authentication server supporting NTLMv1/NTLMv2/LMv2, Extended Security NTLMSSP and Basic HTTP authentication'
arch=('any')
-depends=('python2')
+depends=('python')
makedepends=('git')
url='https://github.com/lgandx/responder/'
license=('GPL3')
source=("https://github.com/lgandx/${pkgname}/archive/v${pkgver}.tar.gz"
'responder.sh'
'responder.patch')
-sha256sums=('7b5096dcab2d9ff48c678fb6fa39d674a13aca5e95f4ee4c7fdfff73d9ff4168'
- '251dfa0eeaffd146b09ae1ffd2f56a6d7c67c6f8845bbb746c9d223daba39d19'
+sha256sums=('cadd3259f41183c88b66e02a0576dea40c9bf33d16ef046752ee898b9814b5b5'
+ 'ac1ac36c7e75b2bbd387f3b915211999e36d46c4aac086402dffef3a53198990'
'64b6649338157fdb62cc004e60e814156305b59804e9f532615dfbfc9ee57c0d')
prepare() {