summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Ramos2017-09-27 19:27:38 -0400
committerRandy Ramos2017-09-27 19:27:38 -0400
commitce961870f7625618a03d8fb63e4ded9868db8ca5 (patch)
tree3313543e9ae5d350f3df5f8d3491aee1bb607ace
parent7b9a3cfb8a360cc13da216e4488e0bb78d9bd013 (diff)
downloadaur-ce961870f7625618a03d8fb63e4ded9868db8ca5.tar.gz
Updated to new version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09fa3658479f..32b1a8c0da42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = responder
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
- pkgver = 2.3.3.6
+ pkgver = 2.3.3.8
pkgrel = 1
url = https://github.com/lgandx/Responder/
arch = any
license = GPL3
makedepends = git
depends = python2
- source = https://github.com/lgandx/responder/archive/v2.3.3.6.tar.gz
+ source = https://github.com/lgandx/responder/archive/v2.3.3.8.tar.gz
source = responder.sh
- sha256sums = 269245554f7d67ebc29c1f7c97f43521cd5c445fddd77f8c1bf733a3b43ca400
+ sha256sums = 42fd6613ce0aebf63716bdb5cb9d99889f24d4af7db711cc9350afba668d25f4
sha256sums = 658d17f895ad48a47babf885176a8a4e891219c7fd7d53141a1dbdbbaa0b9374
pkgname = responder
diff --git a/PKGBUILD b/PKGBUILD
index f6e7d68df1b7..f9e347974d15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Randy Ramos <rramos1295 \at\ gmail \dot\ com>
pkgname='responder'
-pkgver=2.3.3.6
+pkgver=2.3.3.8
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')
@@ -10,8 +10,8 @@ makedepends=('git')
url='https://github.com/lgandx/Responder/'
license=('GPL3')
source=("https://github.com/lgandx/$pkgname/archive/v$pkgver.tar.gz" 'responder.sh')
-sha256sums=('269245554f7d67ebc29c1f7c97f43521cd5c445fddd77f8c1bf733a3b43ca400'
- '658d17f895ad48a47babf885176a8a4e891219c7fd7d53141a1dbdbbaa0b9374')
+sha256sums=('42fd6613ce0aebf63716bdb5cb9d99889f24d4af7db711cc9350afba668d25f4'
+ '658d17f895ad48a47babf885176a8a4e891219c7fd7d53141a1dbdbbaa0b9374')
package() {
cd "$srcdir/Responder-$pkgver"