From: John Audia Date: Sun, 7 Sep 2025 10:57:17 +0000 (-0400) Subject: snort3: switch from git proto to tarballs X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8914929466f3fdab06c68a83aa416007e11388f1;p=openwrt-packages.git snort3: switch from git proto to tarballs Use upstream tarballs for source rather than using git. If we ever need to build from git we can cherry pick and make a patch. This gives a cleaner Makefile and faster build. Signed-off-by: John Audia --- diff --git a/net/snort3/Makefile b/net/snort3/Makefile index 0473cc73f..106c60290 100644 --- a/net/snort3/Makefile +++ b/net/snort3/Makefile @@ -7,12 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=snort3 PKG_VERSION:=3.9.5.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 -PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=$(PKG_VERSION) -PKG_SOURCE_URL:=https://github.com/snort3/snort3 -PKG_MIRROR_HASH:=e1f6b012d845bde9e47a5a7110ca9ccf8df47cc62dce20e3f20b9b275138727a +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=https://codeload.github.com/snort3/snort3/tar.gz/$(PKG_VERSION)? +PKG_HASH:=e2e36a8db2c4c26a6ff58ea58839339260319eba25d0eb901ddb7210f4fa4b4c PKG_MAINTAINER:=W. Michael Petullo , John Audia PKG_LICENSE:=GPL-2.0-only