summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlberrymage2020-07-16 10:54:15 -0800
committerlberrymage2020-07-16 10:54:15 -0800
commit1f6490821cea12e4bee62a579535f99653844319 (patch)
tree9baf3372d43335b8de3a1f76f411aa2653540496 /PKGBUILD
parentbbad282a1e77b7d97279aba0a67d081be07057c1 (diff)
downloadaur-1f6490821cea12e4bee62a579535f99653844319.tar.gz
Fix indentation in log directory patch file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5497b625ee7e..19cd60b6b3b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=Responder
pkgname=responder
pkgver=3.0.0.0
-pkgrel=2
+pkgrel=3
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')
@@ -16,7 +16,7 @@ source=("https://github.com/lgandx/${pkgname}/archive/v${pkgver}.tar.gz"
'responder.patch')
sha256sums=('7b5096dcab2d9ff48c678fb6fa39d674a13aca5e95f4ee4c7fdfff73d9ff4168'
'251dfa0eeaffd146b09ae1ffd2f56a6d7c67c6f8845bbb746c9d223daba39d19'
- 'd200ddf84e1a0ad691ecc708f4c3e495793dd1c246ded3cd777daf4fe1d75753')
+ '64b6649338157fdb62cc004e60e814156305b59804e9f532615dfbfc9ee57c0d')
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"