diff options
author | John Audia <therealgraysky@proton.me> | 2023-01-27 11:55:17 -0500 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2023-01-28 09:46:50 +0200 |
commit | c2d5b6de78ccfeea23381f93bd320dbd04d637c8 (patch) | |
tree | 6c6d9b2d4cf158f9b5a61c39087f5b5ade7439b1 /net/snort3 | |
parent | e212d18af4cc43c2ea2c0a05ff6640501c105d37 (diff) |
snort3: update to 3.1.53.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 2bca15ed1..9ba031871 100644 --- a/net/snort3/Makefile +++ b/net/snort3/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=snort3 -PKG_VERSION:=3.1.52.0 +PKG_VERSION:=3.1.53.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/snort3/snort3/archive/refs/tags/ -PKG_HASH:=351ef4295b54d750ea557bdd5a10c8a04d1edc35003b0d84620451c998591117 +PKG_HASH:=e76429903cc56353ab21c0f4c0ec495054ba82f56d8d94943930bc0c3165be4c PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> PKG_LICENSE:=GPL-2.0-only |