aboutsummaryrefslogtreecommitdiff
path: root/net/snort3
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2024-04-21 13:54:45 -0700
committerRosen Penev <rosenp@gmail.com>2024-04-23 18:59:19 -0700
commit47d91a4c0907c76d4df53d8a860c2b68dba3ae39 (patch)
treebe7f75745d0ee82e61850d04d894f7d58cab4207 /net/snort3
parent7ee33e792ed9ab6e384b70ed529519d762443eee (diff)
snort3: use local tarballs
Avoids having a bad tarball name with just the version. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/snort3')
-rw-r--r--net/snort3/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/snort3/Makefile b/net/snort3/Makefile
index 9adb0c680..b9c85922b 100644
--- a/net/snort3/Makefile
+++ b/net/snort3/Makefile
@@ -9,9 +9,10 @@ PKG_NAME:=snort3
PKG_VERSION:=3.1.84.0
PKG_RELEASE:=1
-PKG_SOURCE:=$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://github.com/snort3/snort3/archive/refs/tags/
-PKG_HASH:=dca1707a66f6ca56ddd526163b2d951cefdb168bddc162c791adc74c0d226c7f
+PKG_SOURCE_PROTO:=git
+PKG_SOURCE_VERSION:=$(PKG_VERSION)
+PKG_SOURCE_URL:=https://github.com/snort3/snort3
+PKG_MIRROR_HASH:=ffa69fdd95c55a943ab4dd782923caf31937dd8ad29e202d7fe781373ed84444
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>, John Audia <therealgraysky@proton.me>
PKG_LICENSE:=GPL-2.0-only