From: Michael Tremer Date: Sat, 15 Feb 2025 14:57:57 +0000 (+0000) Subject: snort: Fix download from GitHub X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a13ee144617e5c672368816c58706aa36235e1f7;p=ipfire-3.x.git snort: Fix download from GitHub Signed-off-by: Michael Tremer --- diff --git a/snort/snort.nm b/snort/snort.nm index 53389edf9..c7f516b8c 100644 --- a/snort/snort.nm +++ b/snort/snort.nm @@ -5,7 +5,7 @@ name = snort version = 3.1.50.0 -release = 2 +release = 2.1 thisapp = snort3-%{version} groups = Networking/Tools @@ -17,7 +17,11 @@ description Snort 3 is the next generation Snort IPS (Intrusion Prevention System). end -source_dl = https://github.com/snort3/snort3/archive/refs/tags/%{version}.tar.gz#/ +# This project is hosted on GitHub +github_organization = snort3 +github_project = snort3 + +source_dl = %{github_url} build requires