diff options
author | Jaroslav Lichtblau | 2019-05-06 23:04:20 +0200 |
---|---|---|
committer | Jaroslav Lichtblau | 2019-05-06 23:04:20 +0200 |
commit | 367d8817f1e4d41844ae5d48b623c83ac61562be (patch) | |
tree | b37859ba4cb5c442a1b36cec6caf2f791809c113 /PKGBUILD | |
parent | bbac979c77115992c48216031493f306f6819fc6 (diff) | |
download | aur-367d8817f1e4d41844ae5d48b623c83ac61562be.tar.gz |
suricata-4.1.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> pkgname=suricata -pkgver=4.1.2 +pkgver=4.1.4 pkgrel=1 pkgdesc="An Open Source Next Generation Intrusion Detection and Prevention Engine" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ backup=('etc/suricata/suricata.yaml' 'etc/suricata/reference.config') source=(http://openinfosecfoundation.org/download/$pkgname-$pkgver.tar.gz{,.sig}) validpgpkeys=('801C7171DAC74A6D3A61ED81F7F9B0A300C1B70D') # Open Information Security Foundation -sha256sums=('73575b041a50cc48a2a53f6503ab4d355166d7acbd4997cd04045f848f8bea96' +sha256sums=('2da50d91f92adf8b1af930f388361f76424420b88f553f610e2780e4240f2009' 'SKIP') build() { |