diff options
Diffstat (limited to 'pcr/snort/PKGBUILD')
-rw-r--r-- | pcr/snort/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pcr/snort/PKGBUILD b/pcr/snort/PKGBUILD index 61e7aaeb4..ea6f6cb95 100644 --- a/pcr/snort/PKGBUILD +++ b/pcr/snort/PKGBUILD @@ -7,8 +7,8 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=snort -pkgver=2.9.7.3 -pkgrel=1 +pkgver=2.9.7.5 +pkgrel=2 pkgdesc='A lightweight network intrusion detection system.' arch=('i686' 'x86_64') url='http://www.snort.org' @@ -53,6 +53,6 @@ package() { cp ${srcdir}/rules/* "${pkgdir}/etc/snort/rules" } -md5sums=('839e648607fd32726b2f7965134bf0a4' +md5sums=('fd271788c0f8876be87a858a9142f202' 'SKIP' - '49c7e8dbde680322ff5c4e0883f2b908') + 'a847030a34396e6b2d1cacd272ad42da') |