diff options
author | John Audia <therealgraysky@proton.me> | 2022-12-20 15:07:45 -0500 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-12-22 16:27:40 -0800 |
commit | 10a170552a833c79e0b4f0137a11612bfcd72c01 (patch) | |
tree | 444a1cee0b3b512ebccbebdf5912db58fc69c2ca /net/snort3 | |
parent | 34783261d05bf0aa443449d0efc7dd19a450f0cc (diff) |
snort3: update to 3.1.50.0
Upstream bump
Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'net/snort3')
-rw-r--r-- | net/snort3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/snort3/Makefile b/net/snort3/Makefile index cb9a9c78c..698f28c4a 100644 --- a/net/snort3/Makefile +++ b/net/snort3/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=snort3 -PKG_VERSION:=3.1.49.0 +PKG_VERSION:=3.1.50.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/snort3/snort3/archive/refs/tags/ -PKG_HASH:=3ad422f27855a73f83483fefa844bdc4ef247f9e0a21d1fa54d6c8ea20105fcb +PKG_HASH:=983497578587c5b1291994608fef70700d7f251461e79ac897751bba57cc56b5 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> PKG_LICENSE:=GPL-2.0-only |