diff options
Diffstat (limited to 'community/snort/PKGBUILD')
-rw-r--r-- | community/snort/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/snort/PKGBUILD b/community/snort/PKGBUILD index 353258674..cd68816cb 100644 --- a/community/snort/PKGBUILD +++ b/community/snort/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 54743 2011-08-24 08:35:34Z lfleischer $ +# $Id: PKGBUILD 56492 2011-10-07 10:33:31Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Hugo Doria <hugo@archlinux.org> # Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com> @@ -6,7 +6,7 @@ # Contributor: Gregor Ibic <gregor.ibic@intelicom.si> pkgname=snort -pkgver=2.9.1 +pkgver=2.9.1.1 pkgrel=1 pkgdesc='A lightweight network intrusion detection system.' arch=('i686' 'x86_64' 'mips64el') @@ -21,10 +21,10 @@ backup=('etc/conf.d/snort' 'etc/snort/classification.config') options=('!makeflags' '!libtool') install='snort.install' -source=('http://www.snort.org/downloads/1107' +source=('http://www.snort.org/downloads/1179' 'snort' 'snort.conf.d') -md5sums=('f11e01c7946b7b4e07e6e98bb1645fb5' +md5sums=('7a245c6e7cdf298cab196f0f69108468' '361b8b9e40b9af0164f6b3e3da2e8277' 'b4fb8a68490589cd34df93de7609bfac') |