From f6e77811cd21939ab21aee2dff733851ea1c6483 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 17 Jan 2018 11:14:29 +0100 Subject: [PATCH] suricata: fix checksums of emerging.rules.tar.gz --- srcpkgs/suricata/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/suricata/template b/srcpkgs/suricata/template index c532e790312..e8fcebe00b1 100644 --- a/srcpkgs/suricata/template +++ b/srcpkgs/suricata/template @@ -1,7 +1,7 @@ # Template file for 'suricata' pkgname=suricata version=4.0.3 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-gccmarch-native" hostmakedepends="pkg-config" @@ -13,7 +13,7 @@ homepage="https://suricata-ids.org/" distfiles="https://www.openinfosecfoundation.org/download/$pkgname-$version.tar.gz https://rules.emergingthreats.net/open/suricata/emerging.rules.tar.gz" checksum="81a0bcb10b5c0b00efeafb4aac3ef70bf0e36b060ac6300d867f15f3dbe0e437 - 554fa5f5e88671fa577d43bcffec52a9f31e055128ccaa829c7438a0fa75c5a0" + 4670a50ad4620b56b0af947a425276b16087bde4838ecd27ba325bb862e927de" system_accounts="$pkgname" conf_files="/etc/$pkgname/*.* /etc/$pkgname/rules/*"