diff options
Diffstat (limited to 'pcr/snort/PKGBUILD')
-rw-r--r-- | pcr/snort/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/pcr/snort/PKGBUILD b/pcr/snort/PKGBUILD index e5a2107b6..f3ad01df5 100644 --- a/pcr/snort/PKGBUILD +++ b/pcr/snort/PKGBUILD @@ -7,8 +7,8 @@ # Maintainer (Parabola) : Aurélien DESBRIÈRES <aurelien@hackers.camp> pkgname=snort -pkgver=2.9.6.1 -pkgrel=2 +pkgver=2.9.7.0 +pkgrel=1 pkgdesc='A lightweight network intrusion detection system.' arch=('i686' 'x86_64' 'mips64el') url='http://www.snort.org' @@ -23,6 +23,9 @@ install='snort.install' source=("http://www.snort.org/dl/snort-current/${pkgname}-${pkgver}.tar.gz" "http://rules.emergingthreats.net/open/${pkgname}-2.9.0/emerging.rules.tar.gz" 'snort.service') +md5sums=('c2a45bc56441ee9456478f219dd8d1e2' + '6cca6bfa6448fee136749a887043dc03' + '43ed16fd3906854528a62a58f88f7227') build() { cd "${srcdir}/${pkgname}-${pkgver}" |